Documentation ¶
Index ¶
- Constants
- func SupportedKinds() []string
- type AlertManager
- type CronJob
- type DaemonSets
- type Deployments
- type Grafana
- type Image
- type ImagesInterface
- func NewAlertManager() ImagesInterface
- func NewCronjob() ImagesInterface
- func NewDaemonSet() ImagesInterface
- func NewDeployment() ImagesInterface
- func NewGrafana() ImagesInterface
- func NewJob() ImagesInterface
- func NewPod() ImagesInterface
- func NewPrometheus() ImagesInterface
- func NewReplicaSets() ImagesInterface
- func NewStatefulSet() ImagesInterface
- func NewThanos() ImagesInterface
- func NewThanosReceiver() ImagesInterface
- func NewThanosRuler() ImagesInterface
- type Job
- type Kind
- type KindInterface
- type Pod
- type Prometheus
- type ReplicaSets
- type StatefulSets
- type Thanos
- type ThanosReceiver
- type ThanosRuler
Constants ¶
View Source
const ( KindDeployment = "Deployment" KindStatefulSet = "StatefulSet" KindDaemonSet = "DaemonSet" KindCronJob = "CronJob" KindJob = "Job" KindReplicaSet = "ReplicaSet" KindPod = "Pod" KindGrafana = "Grafana" KindThanos = "Thanos" KindThanosReceiver = "Receiver" )
Variables ¶
This section is empty.
Functions ¶
func SupportedKinds ¶
func SupportedKinds() []string
Types ¶
type AlertManager ¶
type AlertManager monitoringv1.Alertmanager
type DaemonSets ¶
type Deployments ¶
type Deployments appsv1.Deployment
type Grafana ¶
type Grafana grafanabetav1.Grafana
type ImagesInterface ¶
func NewAlertManager ¶
func NewAlertManager() ImagesInterface
func NewCronjob ¶
func NewCronjob() ImagesInterface
func NewDaemonSet ¶
func NewDaemonSet() ImagesInterface
func NewDeployment ¶
func NewDeployment() ImagesInterface
func NewGrafana ¶
func NewGrafana() ImagesInterface
func NewJob ¶
func NewJob() ImagesInterface
func NewPod ¶
func NewPod() ImagesInterface
func NewPrometheus ¶
func NewPrometheus() ImagesInterface
func NewReplicaSets ¶
func NewReplicaSets() ImagesInterface
func NewStatefulSet ¶
func NewStatefulSet() ImagesInterface
func NewThanos ¶
func NewThanos() ImagesInterface
func NewThanosReceiver ¶
func NewThanosReceiver() ImagesInterface
func NewThanosRuler ¶
func NewThanosRuler() ImagesInterface
type KindInterface ¶
func NewKind ¶
func NewKind() KindInterface
type Prometheus ¶
type Prometheus monitoringv1.Prometheus
type ReplicaSets ¶
type ReplicaSets appsv1.ReplicaSet
type StatefulSets ¶
type StatefulSets appsv1.StatefulSet
type Thanos ¶
type Thanos thanosalphav1.Thanos
type ThanosReceiver ¶
type ThanosReceiver thanosalphav1.Receiver
type ThanosRuler ¶
type ThanosRuler monitoringv1.ThanosRuler
Click to show internal directories.
Click to hide internal directories.