type volumeAttributesClassStrategy …
var Strategy …
func (volumeAttributesClassStrategy) NamespaceScoped() bool { … }
func (volumeAttributesClassStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (volumeAttributesClassStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (volumeAttributesClassStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (volumeAttributesClassStrategy) Canonicalize(obj runtime.Object) { … }
func (volumeAttributesClassStrategy) AllowCreateOnUpdate() bool { … }
func (volumeAttributesClassStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (volumeAttributesClassStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (volumeAttributesClassStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (volumeAttributesClassStrategy) AllowUnconditionalUpdate() bool { … }