Documentation ¶ Index ¶ func Bootstrap(mgr ctrl.Manager, client client.Client, logger logr.Logger, ...) error type Reconciler func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bootstrap ¶ func Bootstrap(mgr ctrl.Manager, client client.Client, logger logr.Logger, recorderBuilder *recorder.RecorderBuilder, registry *clusterregistry.RemoteClusterRegistry) error Types ¶ type Reconciler ¶ type Reconciler struct { Log logr.Logger client.Client // contains filtered or unexported fields } func (*Reconciler) Reconcile ¶ func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) Source Files ¶ View all Source files condition.go controller.go fx.go Click to show internal directories. Click to hide internal directories.