Skip to content

Commit

Permalink
chore: make resources
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 19, 2023
1 parent 202335b commit 6dd6060
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions config/deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ spec:
template:
type: string
type: object
exclude_filters:
additionalProperties:
type: string
type: object
filters:
additionalProperties:
type: string
Expand Down
4 changes: 4 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ spec:
template:
type: string
type: object
exclude_filters:
additionalProperties:
type: string
type: object
filters:
additionalProperties:
type: string
Expand Down
8 changes: 8 additions & 0 deletions config/schemas/canary.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
},
"type": "object"
},
"exclude_filters": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"ignore": {
"items": {
"type": "string"
Expand Down
8 changes: 8 additions & 0 deletions config/schemas/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
},
"type": "object"
},
"exclude_filters": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"ignore": {
"items": {
"type": "string"
Expand Down
8 changes: 8 additions & 0 deletions config/schemas/health_alertmanager.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
},
"type": "object"
},
"exclude_filters": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"ignore": {
"items": {
"type": "string"
Expand Down
8 changes: 8 additions & 0 deletions config/schemas/topology.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
},
"type": "object"
},
"exclude_filters": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"ignore": {
"items": {
"type": "string"
Expand Down

0 comments on commit 6dd6060

Please sign in to comment.