Skip to content

Commit

Permalink
chore: make resources
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jan 8, 2025
1 parent afc3019 commit 4d82358
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 0 deletions.
55 changes: 55 additions & 0 deletions config/deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1744,6 +1744,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -13631,6 +13636,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -13780,6 +13790,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -13932,6 +13947,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14076,6 +14096,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14143,6 +14168,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14292,6 +14322,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14444,6 +14479,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14542,6 +14582,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14602,6 +14647,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14693,6 +14743,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down
55 changes: 55 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1743,6 +1743,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -13899,6 +13904,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14048,6 +14058,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14200,6 +14215,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14344,6 +14364,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14411,6 +14436,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14560,6 +14590,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14712,6 +14747,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14810,6 +14850,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14870,6 +14915,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down Expand Up @@ -14961,6 +15011,11 @@ spec:
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down
3 changes: 3 additions & 0 deletions config/schemas/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,9 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
Expand Down
3 changes: 3 additions & 0 deletions config/schemas/health_catalog.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
Expand Down
3 changes: 3 additions & 0 deletions config/schemas/topology.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,9 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
Expand Down

0 comments on commit 4d82358

Please sign in to comment.