Documentation ¶ Index ¶ func GetPVC(ctx context.Context, c client.Client, namespace string, ...) (*corev1.PersistentVolumeClaim, error) func IsBlock(ctx context.Context, c client.Client, namespace string, ...) (bool, error) func IsReady(ctx context.Context, c client.Client, namespace string, ...) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetPVC ¶ func GetPVC(ctx context.Context, c client.Client, namespace string, volume virtv1alpha1.Volume) (*corev1.PersistentVolumeClaim, error) func IsBlock ¶ func IsBlock(ctx context.Context, c client.Client, namespace string, volume virtv1alpha1.Volume) (bool, error) func IsReady ¶ func IsReady(ctx context.Context, c client.Client, namespace string, volume virtv1alpha1.Volume) (bool, error) Types ¶ This section is empty. Source Files ¶ View all Source files volumeutil.go Click to show internal directories. Click to hide internal directories.