Documentation ¶
Index ¶
- func IsPVCBlockFromClient(client kubecli.KubevirtClient, namespace string, claimName string) (pvc *k8sv1.PersistentVolumeClaim, exists bool, isBlockDevice bool, err error)
- func IsPVCBlockFromStore(store cache.Store, namespace string, claimName string) (pvc *k8sv1.PersistentVolumeClaim, exists bool, isBlockDevice bool, err error)
- func IsPVCShared(pvc *k8sv1.PersistentVolumeClaim) (isShared bool)
- func IsSharedPVCFromClient(client kubecli.KubevirtClient, namespace string, claimName string) (pvc *k8sv1.PersistentVolumeClaim, isShared bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPVCBlockFromClient ¶
func IsPVCBlockFromClient(client kubecli.KubevirtClient, namespace string, claimName string) (pvc *k8sv1.PersistentVolumeClaim, exists bool, isBlockDevice bool, err error)
func IsPVCBlockFromStore ¶
func IsPVCShared ¶ added in v0.12.0
func IsPVCShared(pvc *k8sv1.PersistentVolumeClaim) (isShared bool)
func IsSharedPVCFromClient ¶ added in v0.12.0
func IsSharedPVCFromClient(client kubecli.KubevirtClient, namespace string, claimName string) (pvc *k8sv1.PersistentVolumeClaim, isShared bool, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.