Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackingResourceController ¶
type BackingResourceController struct {
// contains filtered or unexported fields
}
BackingResourceController is a controller that watches the operator config and updates service accounts and RBAC rules in the target namespace according to the bindata manifests (templated with the config) if they differ.
func NewBackingResourceController ¶
func NewBackingResourceController( targetNamespace string, operatorClient v1helpers.OperatorClient, kubeInformersForTargetNamespace informers.SharedInformerFactory, kubeClient kubernetes.Interface, eventRecorder events.Recorder, ) *BackingResourceController
NewBackingResourceController creates a new backing resource controller.
func (*BackingResourceController) Run ¶
func (c *BackingResourceController) Run(workers int, stopCh <-chan struct{})
Run starts the kube-apiserver and blocks until stopCh is closed.
Click to show internal directories.
Click to hide internal directories.