Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 ¶
func (in *ServiceControllerConfiguration) DeepCopy() *ServiceControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceControllerConfiguration.
func (*ServiceControllerConfiguration) DeepCopyInto ¶
func (in *ServiceControllerConfiguration) DeepCopyInto(out *ServiceControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.