kubernetes/pkg/registry/core/limitrange/strategy.go

type limitrangeStrategy

var Strategy

func (limitrangeStrategy) NamespaceScoped() bool {}

func (limitrangeStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) {}

func (limitrangeStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) {}

func (limitrangeStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList {}

// WarningsOnCreate returns warnings for the creation of the given object.
func (limitrangeStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string {}

// Canonicalize normalizes the object after validation.
func (limitrangeStrategy) Canonicalize(obj runtime.Object) {}

func (limitrangeStrategy) AllowCreateOnUpdate() bool {}

func (limitrangeStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList {}

// WarningsOnUpdate returns warnings for the given update.
func (limitrangeStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string {}

func (limitrangeStrategy) AllowUnconditionalUpdate() bool {}