kubernetes/pkg/apis/storage/util/helpers.go

const IsDefaultStorageClassAnnotation

const BetaIsDefaultStorageClassAnnotation

const AlphaIsDefaultVolumeAttributesClassAnnotation

// IsDefaultAnnotation returns a boolean if
// the annotation is set
// TODO: remove Beta when no longer needed
func IsDefaultAnnotation(obj metav1.ObjectMeta) bool {}

// IsDefaultAnnotationForVolumeAttributesClass returns a boolean if
// the annotation is set
func IsDefaultAnnotationForVolumeAttributesClass(obj metav1.ObjectMeta) bool {}