Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GrafanaEnterpriseLogsAccessPolicyReconciler ¶
GrafanaEnterpriseLogsAccessPolicyReconciler reconciles a GrafanaEnterpriseLogsAccessPolicy object
func (*GrafanaEnterpriseLogsAccessPolicyReconciler) Reconcile ¶
func (r *GrafanaEnterpriseLogsAccessPolicyReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GrafanaEnterpriseLogsAccessPolicy object against the actual cluster state, and then perform operations to make the cluster 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.15.0/pkg/reconcile
func (*GrafanaEnterpriseLogsAccessPolicyReconciler) SetupWithManager ¶
func (r *GrafanaEnterpriseLogsAccessPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GrafanaEnterpriseLogsTenantReconciler ¶
GrafanaEnterpriseLogsTenantReconciler reconciles a GrafanaEnterpriseLogsTenant object
func (*GrafanaEnterpriseLogsTenantReconciler) Reconcile ¶
func (r *GrafanaEnterpriseLogsTenantReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GrafanaEnterpriseLogsTenant object against the actual cluster state, and then perform operations to make the cluster 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.15.0/pkg/reconcile
func (*GrafanaEnterpriseLogsTenantReconciler) SetupWithManager ¶
func (r *GrafanaEnterpriseLogsTenantReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GrafanaEnterpriseLogsTokenReconciler ¶
GrafanaEnterpriseLogsTokenReconciler reconciles a GrafanaEnterpriseLogsToken object
func (*GrafanaEnterpriseLogsTokenReconciler) Reconcile ¶
func (r *GrafanaEnterpriseLogsTokenReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GrafanaEnterpriseLogsToken object against the actual cluster state, and then perform operations to make the cluster 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.15.0/pkg/reconcile
func (*GrafanaEnterpriseLogsTokenReconciler) SetupWithManager ¶
func (r *GrafanaEnterpriseLogsTokenReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.