Kind
Silence
Group
observability.giantswarm.io
Version
v1alpha2
apiVersion: observability.giantswarm.io/v1alpha2 kind: Silence metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
SilenceSpec defines the desired state of Silence.
matchers []object required
Matchers defines the alert matchers that this silence will apply to.
minItems: 1
matchType string
MatchType defines the type of matching to perform.
enum: =, !=, =~, !~
name string required
Name of the label to match.
minLength: 1
maxLength: 256
value string required
Value to match for the given label name.
maxLength: 1024
Copied!