Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterMonitoringReconciler ¶
type ClusterMonitoringReconciler struct {
// Client is the controller client.
client.Client
common.ManagementCluster
// PrometheusAgentService is the service for managing PrometheusAgent resources.
prometheusagent.PrometheusAgentService
// AlloyService is the service which manages Alloy monitoring agent configuration.
AlloyService alloy.Service
// HeartbeatRepository is the repository for managing heartbeats.
heartbeat.HeartbeatRepository
// MimirService is the service for managing mimir configuration.
mimir.MimirService
// BundleConfigurationService is the service for configuring the observability bundle.
*bundle.BundleConfigurationService
// MonitoringConfig is the configuration for the monitoring package.
MonitoringConfig monitoring.Config
}
ClusterMonitoringReconciler reconciles a Cluster object
func (*ClusterMonitoringReconciler) Reconcile ¶
func (r *ClusterMonitoringReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.17.0/pkg/reconcile
func (*ClusterMonitoringReconciler) SetupWithManager ¶
func (r *ClusterMonitoringReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GrafanaOrganizationReconciler ¶ added in v0.8.0
GrafanaOrganizationReconciler reconciles a GrafanaOrganization object
func (*GrafanaOrganizationReconciler) Reconcile ¶ added in v0.8.0
func (r *GrafanaOrganizationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main Kubernetes reconciliation loop which aims to move the current state of the GrafanaOrganization closer to the desired state. TODO(zirko): Modify the Reconcile function to compare the state specified by the GrafanaOrganization object against the actual organization state, and then perform operations to make the organization state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.0/pkg/reconcile
func (*GrafanaOrganizationReconciler) SetupWithManager ¶ added in v0.8.0
func (r *GrafanaOrganizationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.