Skip to content

Commit 49abac3

Browse files
chore: rebuild examples
Signed-off-by: Zach Robinson <[email protected]>
1 parent 38595c1 commit 49abac3

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

examples/kubernetes/manifests-webhook/setup/pyrra-slo-CustomResourceDefinition.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ spec:
179179
- total
180180
type: object
181181
type: object
182+
partial_response_strategy:
183+
default: abort
184+
description: |-
185+
PartialResponseStrategy is only used by ThanosRuler and will
186+
be ignored by Prometheus instances.
187+
More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
188+
enum:
189+
- abort
190+
- warn
191+
- ""
192+
type: string
182193
target:
183194
description: |-
184195
Target is a string that's casted to a float64 between 0 - 100.

examples/kubernetes/manifests/setup/pyrra-slo-CustomResourceDefinition.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ spec:
179179
- total
180180
type: object
181181
type: object
182+
partial_response_strategy:
183+
default: abort
184+
description: |-
185+
PartialResponseStrategy is only used by ThanosRuler and will
186+
be ignored by Prometheus instances.
187+
More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
188+
enum:
189+
- abort
190+
- warn
191+
- ""
192+
type: string
182193
target:
183194
description: |-
184195
Target is a string that's casted to a float64 between 0 - 100.

examples/openshift/manifests/setup/pyrra-slo-CustomResourceDefinition.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ spec:
179179
- total
180180
type: object
181181
type: object
182+
partial_response_strategy:
183+
default: abort
184+
description: |-
185+
PartialResponseStrategy is only used by ThanosRuler and will
186+
be ignored by Prometheus instances.
187+
More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
188+
enum:
189+
- abort
190+
- warn
191+
- ""
192+
type: string
182193
target:
183194
description: |-
184195
Target is a string that's casted to a float64 between 0 - 100.

0 commit comments

Comments
 (0)