diff --git a/config/deploy/crd.yaml b/config/deploy/crd.yaml index 115079a64..25bd5bde1 100644 --- a/config/deploy/crd.yaml +++ b/config/deploy/crd.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index d44c5a3dc..00c813268 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/config/schemas/component.schema.json b/config/schemas/component.schema.json index f527804d9..ed278e1b0 100644 --- a/config/schemas/component.schema.json +++ b/config/schemas/component.schema.json @@ -1142,6 +1142,9 @@ "fieldSelector": { "type": "string" }, + "health": { + "type": "string" + }, "types": { "$ref": "#/$defs/Items" }, diff --git a/config/schemas/health_catalog.schema.json b/config/schemas/health_catalog.schema.json index fd4592bd7..b0305f7eb 100644 --- a/config/schemas/health_catalog.schema.json +++ b/config/schemas/health_catalog.schema.json @@ -210,6 +210,9 @@ "fieldSelector": { "type": "string" }, + "health": { + "type": "string" + }, "types": { "$ref": "#/$defs/Items" }, diff --git a/config/schemas/topology.schema.json b/config/schemas/topology.schema.json index 578cbaa38..c86372b2f 100644 --- a/config/schemas/topology.schema.json +++ b/config/schemas/topology.schema.json @@ -1112,6 +1112,9 @@ "fieldSelector": { "type": "string" }, + "health": { + "type": "string" + }, "types": { "$ref": "#/$defs/Items" },