Operator-Sdk : How to determine if disk is valid using golang
We are developing app controller which requires disk to be assigned to Pod. We get the disk details from user in yaml format and create PV/PVC and assign the disks to the Pod.
We are developing app controller which requires disk to be assigned to Pod. We get the disk details from user in yaml format and create PV/PVC and assign the disks to the Pod.