Documentation
¶
Index ¶
- func HasSharedAccessMode(accessModes []k8sv1.PersistentVolumeAccessMode) bool
- func IsPVCBlockFromStore(store cache.Store, namespace string, claimName string) (pvc *k8sv1.PersistentVolumeClaim, exists bool, isBlockDevice bool, err error)
- func IsPreallocated(annotations map[string]string) bool
- func PVCNameFromVirtVolume(volume *virtv1.Volume) string
- func VirtVolumesToPVCMap(volumes []*virtv1.Volume, pvcStore cache.Store, namespace string) (map[string]*k8sv1.PersistentVolumeClaim, error)
- type CloneSource
- type PatchOperation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasSharedAccessMode ¶ added in v0.45.0
func HasSharedAccessMode(accessModes []k8sv1.PersistentVolumeAccessMode) bool
func IsPVCBlockFromStore ¶
func IsPreallocated ¶ added in v0.40.0
func PVCNameFromVirtVolume ¶ added in v0.44.1
Types ¶
type CloneSource ¶ added in v0.44.1
func GetCloneSource ¶ added in v0.44.1
func GetCloneSource(ctx context.Context, client kubecli.KubevirtClient, vm *virtv1.VirtualMachine, dvSpec *cdiv1.DataVolumeSpec) (*CloneSource, error)
type PatchOperation ¶ added in v0.42.0
Click to show internal directories.
Click to hide internal directories.