type strategy …
var Strategy …
var _ …
var _ …
var _ …
func (strategy) NamespaceScoped() bool { … }
func (strategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (strategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (s strategy) PrepareForUpdate(ctx context.Context, new, old runtime.Object) { … }
func (strategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (strategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (strategy) Canonicalize(obj runtime.Object) { … }
func (strategy) AllowCreateOnUpdate() bool { … }
func (s strategy) ValidateUpdate(ctx context.Context, new, old runtime.Object) field.ErrorList { … }
func (strategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (strategy) AllowUnconditionalUpdate() bool { … }
type statusStrategy …
var StatusStrategy …
func (statusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (statusStrategy) PrepareForUpdate(ctx context.Context, new, old runtime.Object) { … }
func (s statusStrategy) ValidateUpdate(ctx context.Context, new, old runtime.Object) field.ErrorList { … }
func (statusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }