type EstablishingController …
func NewEstablishingController(crdInformer informers.CustomResourceDefinitionInformer,
crdClient client.CustomResourceDefinitionsGetter) *EstablishingController { … }
func (ec *EstablishingController) QueueCRD(key string, timeout time.Duration) { … }
func (ec *EstablishingController) Run(stopCh <-chan struct{ … }
func (ec *EstablishingController) runWorker() { … }
func (ec *EstablishingController) processNextWorkItem() bool { … }
func (ec *EstablishingController) sync(key string) error { … }