package config

import "k8s.io/kubernetes/pkg/controller/service/config"

Index

Types

type ServiceControllerConfiguration

type ServiceControllerConfiguration struct {
	// concurrentServiceSyncs is the number of services that are
	// allowed to sync concurrently. Larger number = more responsive service
	// management, but more CPU (and network) load.
	ConcurrentServiceSyncs int32
}

ServiceControllerConfiguration contains elements describing ServiceController.

func (*ServiceControllerConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceControllerConfiguration.

func (*ServiceControllerConfiguration) DeepCopyInto

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

PathSynopsis
pkg/controller/service/config/v1alpha1
Version
v1.15.13-beta.0
Published
May 6, 2020
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.