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