Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEventsLoggerSecretName ¶
func GetEventsLoggerSecretName(lc loggedcluster.Interface) string
Types ¶
type Reconciler ¶
Reconciler implements a reconciler.Interface to handle Events-logger secret: extra events-logger secret about where and how to send logs (in this case : k8S events)
func (*Reconciler) ReconcileCreate ¶
func (r *Reconciler) ReconcileCreate(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error)
ReconcileCreate ensures events-logger-secret is created with the right credentials
func (*Reconciler) ReconcileDelete ¶
func (r *Reconciler) ReconcileDelete(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error)
ReconcileDelete - Not much to do here when a cluster is deleted
Click to show internal directories.
Click to hide internal directories.