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