Skip to content

Commit 2e9e715

Browse files
authored
Merge pull request #927 from pyrra-dev/release-0.7-crd-fix
Fix the CRD missing the absent and burnrates booleans
2 parents 7baf82e + 747fcc6 commit 2e9e715

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jsonnet/controller-gen/pyrra.dev_servicelevelobjectives.json

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
"alerting": {
6767
"description": "Alerting customizes the alerting rules generated by Pyrra.",
6868
"properties": {
69+
"absent": {
70+
"default": true,
71+
"type": "boolean"
72+
},
73+
"burnrates": {
74+
"default": true,
75+
"type": "boolean"
76+
},
6977
"disabled": {
7078
"description": "Disabled is used to disable the generation of alerts. Recording rules are still generated.",
7179
"type": "boolean"

0 commit comments

Comments
 (0)