upgrade prometheus-operator to v0.36.0

This commit is contained in:
Paul Gier
2020-02-11 09:37:11 -06:00
parent d8b4d25f9a
commit bb0ca63533
13 changed files with 3888 additions and 16 deletions

View File

@@ -35,13 +35,17 @@ spec:
groups:
description: Content of Prometheus rule file
items:
description: RuleGroup is a list of sequentially evaluated recording
and alerting rules.
description: 'RuleGroup is a list of sequentially evaluated recording
and alerting rules. Note: PartialResponseStrategy is only used by
ThanosRuler and will be ignored by Prometheus instances. Valid
values for this field are ''warn'' or ''abort''. More info: https://github.com/thanos-io/thanos/blob/master/docs/components/rule.md#partial-response'
properties:
interval:
type: string
name:
type: string
partial_response_strategy:
type: string
rules:
items:
description: Rule describes an alerting or recording rule.