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.
Click to show internal directories.
Click to hide internal directories.