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