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