Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var CfgKey = types.NamespacedName{Namespace: "gatekeeper-system", Name: "config"}
Functions ¶
This section is empty.
Types ¶
type Adder ¶
type Adder struct { Opa opa.Client WatchManager *watch.WatchManager }
func (*Adder) Add ¶
Add creates a new ConfigController and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func (*Adder) InjectWatchManager ¶
func (a *Adder) InjectWatchManager(wm *watch.WatchManager)
type ReconcileConfig ¶
ReconcileConfig reconciles a Config object
func (*ReconcileConfig) Reconcile ¶
Reconcile reads that state of the cluster for a Config object and makes changes based on the state read and what is in the Config.Spec Automatically generate RBAC rules to allow the Controller to read all things (for sync) update is needed for finalizers +kubebuilder:rbac:groups=*,resources=*,verbs=get;list;watch;update;patch +kubebuilder:rbac:groups=config.gatekeeper.sh,resources=configs,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=config.gatekeeper.sh,resources=configs/status,verbs=get;update;patch