Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client CacheSyncTimeout time.Duration Scheme *runtime.Scheme LoggingMode logging.Mode // ConfigMapLabelSelector is the label selector configured at the oprator level. // When not empty, it is used as the config map label selector of all reconcilers. ConfigMapLabelSelector string }
Reconciler reconciles a KongPluginInstallation object.
func (*Reconciler) Reconcile ¶
Reconcile moves the current state of an object to the intended state.
func (*Reconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.