import "k8s.io/apiextensions-apiserver/pkg/controller/establish"
type EstablishingController struct {
// contains filtered or unexported fields
}
EstablishingController controls how and when CRD is established.
func NewEstablishingController(crdInformer informers.CustomResourceDefinitionInformer, crdClient client.CustomResourceDefinitionsGetter) *EstablishingController
NewEstablishingController creates new EstablishingController.
func (ec *EstablishingController) QueueCRD(key string, timeout time.Duration)
QueueCRD adds CRD into the establishing queue.
func (ec *EstablishingController) Run(stopCh <-chan struct{})
Run starts the EstablishingController.
Package establish imports 15 packages (graph) and is imported by 3 packages. Updated 2021-01-16. Refresh now. Tools for package owners.