Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeObservabilityRunError ¶
func (NodeObservabilityRunError) Error ¶
func (e NodeObservabilityRunError) Error() string
type NodeObservabilityRunReconciler ¶
type NodeObservabilityRunReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Namespace string AuthToken []byte CACert *x509.CertPool }
NodeObservabilityRunReconciler reconciles a NodeObservabilityRun object
func (*NodeObservabilityRunReconciler) Reconcile ¶
func (r *NodeObservabilityRunReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile manages NodeObservabilityRuns
func (*NodeObservabilityRunReconciler) SetupWithManager ¶
func (r *NodeObservabilityRunReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.