Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodGroupController ¶
type PodGroupController struct {
// contains filtered or unexported fields
}
PodGroupController is a controller that process pod groups using provided Handler interface
func NewPodGroupController ¶
func NewPodGroupController(client kubernetes.Interface, pgInformer schedinformer.PodGroupInformer, podInformer coreinformer.PodInformer, pgClient schedclientset.Interface) *PodGroupController
NewPodGroupController returns a new *PodGroupController
func (*PodGroupController) Run ¶
func (ctrl *PodGroupController) Run(workers int, stopCh <-chan struct{})
Run starts listening on channel events
Click to show internal directories.
Click to hide internal directories.