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 AacrqController ¶
type AacrqController struct {
// contains filtered or unexported fields
}
func NewAacrqController ¶
func NewAacrqController(aaqCli client.AAQClient, aacrqInformer cache.SharedIndexInformer, acrqInformer cache.SharedIndexInformer, stop <-chan struct{}, ) *AacrqController
func (*AacrqController) Execute ¶
func (ctrl *AacrqController) Execute() bool
func (*AacrqController) Run ¶
func (ctrl *AacrqController) Run(threadiness int)
Click to show internal directories.
Click to hide internal directories.