Skip to content

Commit

Permalink
chore: make manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jan 8, 2025
1 parent 7acb59b commit 857e373
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 55 deletions.
10 changes: 5 additions & 5 deletions config/crds/mission-control.flanksource.com_incidentrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down
30 changes: 15 additions & 15 deletions config/crds/mission-control.flanksource.com_permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
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 @@ -142,11 +142,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
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 @@ -202,11 +202,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down
30 changes: 15 additions & 15 deletions config/crds/mission-control.flanksource.com_playbooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1419,11 +1419,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
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 @@ -1480,11 +1480,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
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 @@ -1541,11 +1541,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
Expand Down
6 changes: 3 additions & 3 deletions config/schemas/incident-rules.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,14 +479,14 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
"statuses": {
"$ref": "#/$defs/Items"
},
"healths": {
"$ref": "#/$defs/Items"
}
},
"additionalProperties": false,
Expand Down
6 changes: 3 additions & 3 deletions config/schemas/notificationsilence.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
"statuses": {
"$ref": "#/$defs/Items"
},
"healths": {
"$ref": "#/$defs/Items"
}
},
"additionalProperties": false,
Expand Down
6 changes: 3 additions & 3 deletions config/schemas/permission.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,14 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
"statuses": {
"$ref": "#/$defs/Items"
},
"healths": {
"$ref": "#/$defs/Items"
}
},
"additionalProperties": false,
Expand Down
6 changes: 3 additions & 3 deletions config/schemas/playbook-spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,14 +1028,14 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
"statuses": {
"$ref": "#/$defs/Items"
},
"healths": {
"$ref": "#/$defs/Items"
}
},
"additionalProperties": false,
Expand Down
6 changes: 3 additions & 3 deletions config/schemas/playbook.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1182,14 +1182,14 @@
"fieldSelector": {
"type": "string"
},
"health": {
"type": "string"
},
"types": {
"$ref": "#/$defs/Items"
},
"statuses": {
"$ref": "#/$defs/Items"
},
"healths": {
"$ref": "#/$defs/Items"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 857e373

Please sign in to comment.