Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsQueueReference ¶
func IsQueueReference(ref *metav1.OwnerReference) bool
IsQueueReference return if ownerReference is Queue Kind
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller manages queue status.
func NewQueueController ¶
func NewQueueController( kubeClient kubernetes.Interface, vcClient vcclientset.Interface, ) *Controller
NewQueueController creates a QueueController
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run starts QueueController
Source Files ¶
Click to show internal directories.
Click to hide internal directories.