Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EstablishingController ¶
type EstablishingController struct {
// contains filtered or unexported fields
}
EstablishingController controls how and when CRD is established.
func NewEstablishingController ¶
func NewEstablishingController(crdInformer informers.CustomResourceDefinitionInformer, crdClient client.CustomResourceDefinitionsGetter) *EstablishingController
NewEstablishingController creates new EstablishingController.
func (*EstablishingController) QueueCRD ¶
func (ec *EstablishingController) QueueCRD(key string, timeout time.Duration)
QueueCRD adds CRD into the establishing queue.
func (*EstablishingController) Run ¶
func (ec *EstablishingController) Run(stopCh <-chan struct{})
Run starts the EstablishingController.
Click to show internal directories.
Click to hide internal directories.