package config
import "k8s.io/kubernetes/pkg/controller/endpointslice/config"
Index ¶
Types ¶
type EndpointSliceControllerConfiguration ¶
type EndpointSliceControllerConfiguration struct { // concurrentServiceEndpointSyncs is the number of service endpoint syncing // operations that will be done concurrently. Larger number = faster // endpoint slice updating, but more CPU (and network) load. ConcurrentServiceEndpointSyncs int32 // maxEndpointsPerSlice is the maximum number of endpoints that will be // added to an EndpointSlice. More endpoints per slice will result in fewer // and larger endpoint slices, but larger resources. MaxEndpointsPerSlice int32 }
EndpointSliceControllerConfiguration contains elements describing EndpointSliceController.
func (*EndpointSliceControllerConfiguration) DeepCopy ¶
func (in *EndpointSliceControllerConfiguration) DeepCopy() *EndpointSliceControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointSliceControllerConfiguration.
func (*EndpointSliceControllerConfiguration) DeepCopyInto ¶
func (in *EndpointSliceControllerConfiguration) DeepCopyInto(out *EndpointSliceControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/controller/endpointslice/config/v1alpha1 |
- Version
- v1.18.0-alpha.1
- Published
- Dec 18, 2019
- Platform
- js/wasm
- Last checked
- 4 minutes ago –
Tools for package owners.