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