Documentation ¶
Index ¶
Constants ¶
View Source
const ( Immediate enqueueState = "Immediate" Forget enqueueState = "Forget" BackOff enqueueState = "BackOff" RQSuffix string = "-non-schedulable-resources-managed-rq-x" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RQController ¶
type RQController struct {
// contains filtered or unexported fields
}
func NewRQController ¶
func NewRQController(aaqCli client.AAQClient, rqInformer cache.SharedIndexInformer, arqInformer cache.SharedIndexInformer, stop <-chan struct{}, ) *RQController
func (*RQController) Execute ¶
func (ctrl *RQController) Execute() bool
func (*RQController) Run ¶
func (ctrl *RQController) Run(threadiness int)
Click to show internal directories.
Click to hide internal directories.