Documentation ¶
Index ¶
Constants ¶
View Source
const ( Immediate enqueueState = "Immediate" Forget enqueueState = "Forget" BackOff enqueueState = "BackOff" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArqController ¶
type ArqController struct {
// contains filtered or unexported fields
}
func NewArqController ¶
func NewArqController(clientSet client.AAQClient, podInformer cache.SharedIndexInformer, arqInformer cache.SharedIndexInformer, rqInformer cache.SharedIndexInformer, aaqjqcInformer cache.SharedIndexInformer, calcRegistry *aaq_evaluator.AaqCalculatorsRegistry, stop <-chan struct{}, ) *ArqController
func (*ArqController) Execute ¶
func (ctrl *ArqController) Execute() bool
Click to show internal directories.
Click to hide internal directories.