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 { … }
func (limitrangeStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (limitrangeStrategy) Canonicalize(obj runtime.Object) { … }
func (limitrangeStrategy) AllowCreateOnUpdate() bool { … }
func (limitrangeStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (limitrangeStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (limitrangeStrategy) AllowUnconditionalUpdate() bool { … }