Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Grafana ¶
type Grafana struct { PersistentVolumeClaim *corev1.PersistentVolumeClaim ConfigMap *corev1.ConfigMap ProvisioningConfigMap *corev1.ConfigMap DashboardConfigMap *corev1.ConfigMap AutoDashboardConfigMap *corev1.ConfigMap Deployment *appsv1.Deployment InternalService *corev1.Service ExposedService *corev1.Service Ingress *v1beta1.Ingress }
func NewGrafana ¶
func NewGrafana(cr *galasav1alpha1.GalasaEcosystem) *Grafana
type Metrics ¶
type Metrics struct { InternalService *corev1.Service ExposedService *corev1.Service Deployment *appsv1.Deployment }
func NewMetrics ¶
func NewMetrics(cr *galasav1alpha1.GalasaEcosystem) *Metrics
type Prometheus ¶
type Prometheus struct { ConfigMap *corev1.ConfigMap PersistentVolumeClaim *corev1.PersistentVolumeClaim ExposedService *corev1.Service InternalService *corev1.Service Deployment *appsv1.Deployment }
func NewPrometheus ¶
func NewPrometheus(cr *galasav1alpha1.GalasaEcosystem) *Prometheus
Click to show internal directories.
Click to hide internal directories.