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
ControllerOptions controller.Options
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 ¶
func (r *Reconciler) Reconcile(ctx context.Context, kpi *operatorv1alpha1.KongPluginInstallation) (ctrl.Result, error)
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.