Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobControllerConfiguration ¶
type JobControllerConfiguration struct { // concurrentJobSyncs is the number of job objects that are // allowed to sync concurrently. Larger number = more responsive jobs, // but more CPU (and network) load. ConcurrentJobSyncs int32 }
JobControllerConfiguration contains elements describing JobController.
func (*JobControllerConfiguration) DeepCopy ¶
func (in *JobControllerConfiguration) DeepCopy() *JobControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JobControllerConfiguration.
func (*JobControllerConfiguration) DeepCopyInto ¶
func (in *JobControllerConfiguration) DeepCopyInto(out *JobControllerConfiguration)
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.