type endpointSliceStrategy …
var Strategy …
func (endpointSliceStrategy) NamespaceScoped() bool { … }
func (endpointSliceStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (endpointSliceStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (endpointSliceStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (endpointSliceStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (endpointSliceStrategy) Canonicalize(obj runtime.Object) { … }
func (endpointSliceStrategy) AllowCreateOnUpdate() bool { … }
func (endpointSliceStrategy) ValidateUpdate(ctx context.Context, new, old runtime.Object) field.ErrorList { … }
func (endpointSliceStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (endpointSliceStrategy) AllowUnconditionalUpdate() bool { … }
func dropDisabledFieldsOnCreate(endpointSlice *discovery.EndpointSlice) { … }
func dropDisabledFieldsOnUpdate(oldEPS, newEPS *discovery.EndpointSlice) { … }
func dropTopologyOnV1(ctx context.Context, oldEPS, newEPS *discovery.EndpointSlice) { … }
func getDeprecatedTopologyNodeNames(eps *discovery.EndpointSlice) sets.String { … }
func warnOnDeprecatedAddressType(addressType discovery.AddressType) []string { … }