Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "batch-scheduler"
)
Name is the name of the plug used in Registry and configurations.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { KubeMaster string `json:"kube_master,omitempty"` KubeConfig string `json:"kube_config,omitempty"` MaxScheduleTime int64 `json:"max_schedule_time,omitempty"` }
Configuration defines the config for batch scheduler
Click to show internal directories.
Click to hide internal directories.