Documentation
¶
Index ¶
Constants ¶
View Source
const GroupName = "jobcontroller.config.onex.io"
GroupName is the group name used in this package.
Variables ¶
View Source
var ( // SchemeBuilder is the scheme builder with scheme init functions to run for this API package. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme is a global function that registers this API group & version to a scheme. AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects.
Functions ¶
This section is empty.
Types ¶
type JobControllerConfiguration ¶
type JobControllerConfiguration struct {
// TypeMeta contains the API version and kind.
metav1.TypeMeta `json:",inline"`
// Generic holds configuration for a generic controller-manager
Generic genericconfig.GenericControllerManagerConfiguration
// 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
// 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 configures a scheduler.
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.
func (*JobControllerConfiguration) DeepCopyObject ¶
func (in *JobControllerConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.