Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardReconciler ¶
type DashboardReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme grafana.APIClient }
DashboardReconciler reconciles a Dashboard object
func (*DashboardReconciler) SetupWithManager ¶
func (r *DashboardReconciler) SetupWithManager(mgr ctrl.Manager) error
type DatasourceReconciler ¶
type DatasourceReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme grafana.APIClient }
DatasourceReconciler reconciles a Datasource object
func (*DatasourceReconciler) SetupWithManager ¶
func (r *DatasourceReconciler) SetupWithManager(mgr ctrl.Manager) error
type FolderReconciler ¶
type FolderReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme grafana.APIClient }
FolderReconciler reconciles a Folder object
func (*FolderReconciler) SetupWithManager ¶
func (r *FolderReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.