Skip to content

Commit

Permalink
make schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Jan 6, 2025
1 parent d0416b6 commit 1fde5d2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/crds/troubleshoot.sh_analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1803,10 +1803,14 @@ spec:
additionalProperties:
type: string
type: object
backupCount:
type: integer
checkName:
type: string
exclude:
type: BoolString
restoreCount:
type: integer
strict:
type: BoolString
type: object
Expand Down
4 changes: 4 additions & 0 deletions config/crds/troubleshoot.sh_preflights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1803,10 +1803,14 @@ spec:
additionalProperties:
type: string
type: object
backupCount:
type: integer
checkName:
type: string
exclude:
type: BoolString
restoreCount:
type: integer
strict:
type: BoolString
type: object
Expand Down
4 changes: 4 additions & 0 deletions config/crds/troubleshoot.sh_supportbundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1834,10 +1834,14 @@ spec:
additionalProperties:
type: string
type: object
backupCount:
type: integer
checkName:
type: string
exclude:
type: BoolString
restoreCount:
type: integer
strict:
type: BoolString
type: object
Expand Down
6 changes: 6 additions & 0 deletions schemas/analyzer-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2715,12 +2715,18 @@
"type": "string"
}
},
"backupCount": {
"type": "integer"
},
"checkName": {
"type": "string"
},
"exclude": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
},
"restoreCount": {
"type": "integer"
},
"strict": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
}
Expand Down
6 changes: 6 additions & 0 deletions schemas/preflight-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2715,12 +2715,18 @@
"type": "string"
}
},
"backupCount": {
"type": "integer"
},
"checkName": {
"type": "string"
},
"exclude": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
},
"restoreCount": {
"type": "integer"
},
"strict": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
}
Expand Down
6 changes: 6 additions & 0 deletions schemas/supportbundle-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2761,12 +2761,18 @@
"type": "string"
}
},
"backupCount": {
"type": "integer"
},
"checkName": {
"type": "string"
},
"exclude": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
},
"restoreCount": {
"type": "integer"
},
"strict": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
}
Expand Down

0 comments on commit 1fde5d2

Please sign in to comment.