package config
import "k8s.io/kubernetes/pkg/controller/endpoint/config"
Index ¶
Types ¶
type EndpointControllerConfiguration ¶
type EndpointControllerConfiguration struct { // concurrentEndpointSyncs is the number of endpoint syncing operations // that will be done concurrently. Larger number = faster endpoint updating, // but more CPU (and network) load. ConcurrentEndpointSyncs int32 }
EndpointControllerConfiguration contains elements describing EndpointController.
func (*EndpointControllerConfiguration) DeepCopy ¶
func (in *EndpointControllerConfiguration) DeepCopy() *EndpointControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointControllerConfiguration.
func (*EndpointControllerConfiguration) DeepCopyInto ¶
func (in *EndpointControllerConfiguration) DeepCopyInto(out *EndpointControllerConfiguration)
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/endpoint/config/v1alpha1 |
- Version
- v1.15.0-alpha.1
- Published
- Apr 16, 2019
- Platform
- js/wasm
- Last checked
- 4 minutes ago –
Tools for package owners.