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