Documentation ¶
Index ¶
- func IsPVCBoundEventually(pvcName string) bool
- func IsPVCDeletedEventually(pvcName string) bool
- func IsPVCPendingConsistently(pvcName string) bool
- func IsPVCResizedEventually(pvcName string, newCapacity string, shouldPass bool) bool
- func IsPVDeletedEventually(shouldExist bool, pvName string) bool
- func IsPodRunningEventually(namespace, podName string) bool
- func VerifyBlockPVC()
- func VerifyLVMVolume(expect_ready bool, expected_vg string)
- func VerifyThinpoolExtend()
- func WaitForLVMVolumeReady()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPVCBoundEventually ¶
This checks if the pvc is bound eventually within the poll period.
func IsPVCDeletedEventually ¶
IsPVCDeletedEventually checks if the PVC is deleted or not eventually
func IsPVCPendingConsistently ¶ added in v1.6.0
This checks if the pvc is Not bound consistently over polling period.
func IsPVCResizedEventually ¶
IsPVCResizedEventually checks if the pvc is bound or not eventually
func IsPVDeletedEventually ¶ added in v0.5.0
IsPVDeletedEventually checks if the PV is deleted or not eventually
func IsPodRunningEventually ¶
IsPodRunningEventually return true if the pod comes to running state
func VerifyBlockPVC ¶ added in v1.6.0
func VerifyBlockPVC()
func VerifyLVMVolume ¶
VerifyLVMVolume verify the properties of a lvm-volume expected_vg is supposed to be passed only when vgpatten was used for scheduling. If its volgroup in sc then we can just match volgroup with lvmvolume's vg field.
func VerifyThinpoolExtend ¶ added in v1.6.0
func VerifyThinpoolExtend()
verify that the thinpool has extended in capacity to an expected size.
func WaitForLVMVolumeReady ¶ added in v0.8.0
func WaitForLVMVolumeReady()
WaitForLVMVolumeReady verify the if lvm-volume is ready
Types ¶
This section is empty.