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

const mirroringMinConcurrentServiceEndpointSyncs

const mirroringMaxConcurrentServiceEndpointSyncs

const mirroringMinMaxEndpointsPerSubset

const mirroringMaxMaxEndpointsPerSubset

type EndpointSliceMirroringControllerOptions

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

// ApplyTo fills up EndpointSliceMirroringController config with options.
func (o *EndpointSliceMirroringControllerOptions) ApplyTo(cfg *endpointslicemirroringconfig.EndpointSliceMirroringControllerConfiguration) error {}

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