Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
Controller the Job Controller type
func NewJobController ¶
func NewJobController( kubeClient kubernetes.Interface, vcClient vcclientset.Interface, sharedInformers informers.SharedInformerFactory, workers uint32, ) *Controller
NewJobController create new Job Controller
type TaskPriority ¶
TaskPriority structure
type TasksPriority ¶
type TasksPriority []TaskPriority
TasksPriority is a slice of TaskPriority
func (TasksPriority) Len ¶
func (p TasksPriority) Len() int
func (TasksPriority) Less ¶
func (p TasksPriority) Less(i, j int) bool
func (TasksPriority) Swap ¶
func (p TasksPriority) Swap(i, j int)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.