Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateObservabilityBundleConfigMap ¶
func GenerateObservabilityBundleConfigMap(ctx context.Context, lc loggedcluster.Interface, observabilityBundleVersion semver.Version) (v1.ConfigMap, error)
GenerateObservabilityBundleConfigMap returns a configmap for the observabilitybundle application to enable logging agents.
Types ¶
type Reconciler ¶
Reconciler implements a reconciler.Interface to handle Logging agents toggle: enable or disable logging agents in a given Cluster.
func (*Reconciler) ReconcileCreate ¶
func (r *Reconciler) ReconcileCreate(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error)
ReconcileCreate ensure logging agents are enabled in the given cluster.
func (*Reconciler) ReconcileDelete ¶
func (r *Reconciler) ReconcileDelete(ctx context.Context, lc loggedcluster.Interface) (ctrl.Result, error)
ReconcileDelete ensure logging agents are disabled for the given cluster.
Click to show internal directories.
Click to hide internal directories.