Documentation ¶
Index ¶
Constants ¶
View Source
const BetaIsDefaultStorageClassAnnotation = "storageclass.beta.kubernetes.io/is-default-class"
View Source
const IsDefaultStorageClassAnnotation = "storageclass.kubernetes.io/is-default-class"
IsDefaultStorageClassAnnotation represents a StorageClass annotation that marks a class as the default StorageClass TODO: remove Beta when no longer used
Variables ¶
This section is empty.
Functions ¶
func DropDisabledAlphaFields ¶
func DropDisabledAlphaFields(class *storage.StorageClass)
DropDisabledAlphaFields removes disabled fields from the StorageClass object.
func IsDefaultAnnotation ¶
func IsDefaultAnnotation(obj metav1.ObjectMeta) bool
IsDefaultAnnotation returns a boolean if the annotation is set TODO: remove Beta when no longer needed
func IsDefaultAnnotationText ¶
func IsDefaultAnnotationText(obj metav1.ObjectMeta) string
IsDefaultAnnotationText returns a pretty Yes/No String if the annotation is set TODO: remove Beta when no longer needed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.