Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SparseBlockDeviceName is the name given to blockDevice CRs created for a // sparse image SparseBlockDeviceName = "sparse-" // BlockDeviceName is the name of the blockDevice CRs created corresponding to // physical/virtual disks or blockdevices BlockDeviceName = "blockdevice-" // DiskImageSize is the default file size(1GB) used while creating backing image DiskImageSize = 1073741824 // OperatorPodPrefix is the pod name for NDM operator OperatorPodPrefix = "node-disk-operator" // DaemonSetPodPrefix is the pod name for NDM daemon DaemonSetPodPrefix = "node-disk-manager" )
Variables ¶
This section is empty.
Functions ¶
func WaitForPodToBeDeletedEventually ¶ added in v0.4.3
WaitForPodToBeDeletedEventually waits for 2 minutes for the given pod to get deleted
func WaitForPodToBeRunningEventually ¶ added in v0.4.3
WaitForPodToBeRunningEventually waits for 2 minutes for the given pod to be in running state
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.