Documentation ¶
Index ¶
- func ConfirmPVCDeleted(tenantName, namespace string, client *kubernetes.Clientset) error
- func CreatePVC(tenantName, storageClass, size string, namespace string, ...) error
- func DeletePVC(tenantName, namespace string, client *kubernetes.Clientset) error
- func UpdatePVC(tenantName, storageClass, size string, namespace string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfirmPVCDeleted ¶ added in v1.0.0
func ConfirmPVCDeleted(tenantName, namespace string, client *kubernetes.Clientset) error
ConfirmPVCDeleted confirms whether the PVC and PVC watchdog have been deleted. Only return nil represents the PVC and PVC watchdog have been deleted.
func CreatePVC ¶
func CreatePVC(tenantName, storageClass, size string, namespace string, client *kubernetes.Clientset) error
CreatePVC creates pvc for tenant
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.