Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
Debug bool
DebugLevel int
Kubeconfig string
MasterURL string
Namespace string
Threads int
ControllerName string
NodeName string
JobClusterRole string
DefaultJobImage string
JobTolerations string
JobResources string
PprofPort int
}
func (CLI) GetControllerConfig ¶
func (c CLI) GetControllerConfig() (*Controller, error)
type Controller ¶
type Controller struct {
Threadiness int
NodeName string
JobClusterRole string
DefaultJobImage string
JobTolerations []corev1.Toleration
JobResources *corev1.ResourceRequirements
}
Click to show internal directories.
Click to hide internal directories.