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