Kind
Silence
Group
monitoring.giantswarm.io
Version
v1alpha1
apiVersion: monitoring.giantswarm.io/v1alpha1 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 required
spec object required
SilenceSpec defines the desired state of Silence.
issue_url string
IssueURL is a link to a GitHub issue describing the problem.
matchers []object required
isEqual boolean
isRegex boolean
name string required
value string required
owner string
Owner is GitHub username of a person who created and/or owns the silence.
postmortem_url string
PostmortemURL is a link to a document describing the problem. Deprecated: Use IssueURL instead.
targetTags []object
name string required
value string required
Copied!