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