Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertConditionReconciler ¶
AlertConditionReconciler reconciles a AlertCondition object
func (*AlertConditionReconciler) SetupWithManager ¶
func (r *AlertConditionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AlertNotificationTargetReconciler ¶
AlertNotificationTargetReconciler reconciles a AlertNotificationTarget object
func (*AlertNotificationTargetReconciler) Reconcile ¶
func (r *AlertNotificationTargetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.15.0/pkg/reconcile
func (*AlertNotificationTargetReconciler) SetupWithManager ¶
func (r *AlertNotificationTargetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AlertPolicyReconciler ¶
AlertPolicyReconciler reconciles a AlertPolicy object
func (*AlertPolicyReconciler) SetupWithManager ¶
func (r *AlertPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CustomRoundTripper ¶
type CustomRoundTripper struct { Transport http.RoundTripper TenantID string }
type DatasourceReconciler ¶
type DatasourceReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
DatasourceReconciler reconciles a Datasource object
func (*DatasourceReconciler) SetupWithManager ¶
func (r *DatasourceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SLIReconciler ¶
SLIReconciler reconciles a SLI object
func (*SLIReconciler) SetupWithManager ¶
func (r *SLIReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SLOReconciler ¶
SLOReconciler reconciles a SLO object
func (*SLOReconciler) SetupWithManager ¶
func (r *SLOReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.