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