kubernetes/cmd/kube-controller-manager/app/options/endpointslicecontroller.go

const minConcurrentServiceEndpointSyncs

const maxConcurrentServiceEndpointSyncs

const minMaxEndpointsPerSlice

const maxMaxEndpointsPerSlice

type EndpointSliceControllerOptions

// AddFlags adds flags related to EndpointSliceController for controller manager to the specified FlagSet.
func (o *EndpointSliceControllerOptions) AddFlags(fs *pflag.FlagSet) {}

// ApplyTo fills up EndpointSliceController config with options.
func (o *EndpointSliceControllerOptions) ApplyTo(cfg *endpointsliceconfig.EndpointSliceControllerConfiguration) error {}

// Validate checks validation of EndpointSliceControllerOptions.
func (o *EndpointSliceControllerOptions) Validate() []error {}