admission

package
v0.73.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 19 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Admission

type Admission struct {
	// contains filtered or unexported fields
}

Admission control for: 1. PrometheusRules (validation, mutation) - ensuring created resources can be loaded by Promethues 2. monitoringv1alpha1.AlertmanagerConfig (validation) - ensuring.

func New

func New(logger log.Logger) *Admission

func (*Admission) Register

func (a *Admission) Register(mux *http.ServeMux)

type PrometheusRules

type PrometheusRules struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object’s metadata. More info:
	// http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// Specification of desired alerting rule definitions for Prometheus.
	Spec runtime.RawExtension `json:"spec"`
}

PrometheusRules is used to separate the PrometheusRules CRD wrapper from the underlying Prometheus rules.

type Rule

type Rule struct {
	Labels      map[string]interface{} `json:"labels,omitempty"`
	Annotations map[string]interface{} `json:"annotations,omitempty"`
}

type RuleGroup

type RuleGroup struct {
	Rules []Rule `json:"rules"`
}

type RuleGroups

type RuleGroups struct {
	Groups []RuleGroup `json:"groups"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL