package util
import "k8s.io/kubernetes/pkg/apis/storage/util"
Index ¶
- Constants
- func DropDisabledAlphaFields(class *storage.StorageClass)
- func IsDefaultAnnotation(obj metav1.ObjectMeta) bool
- func IsDefaultAnnotationText(obj metav1.ObjectMeta) string
Constants ¶
const BetaIsDefaultStorageClassAnnotation = "storageclass.beta.kubernetes.io/is-default-class"
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
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
Source Files ¶
helpers.go util.go
- Version
- v1.12.0-beta.2
- Published
- Sep 11, 2018
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 52 seconds ago –
Tools for package owners.