Skip to content

Commit

Permalink
update with make schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterYan committed Dec 27, 2024
1 parent 5969c44 commit 3388ffa
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/crds/troubleshoot.sh_analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@ spec:
type: string
resourceAllocatable:
type: string
resourceCapacity:
type: string
resourceName:
type: string
selector:
Expand Down
2 changes: 2 additions & 0 deletions config/crds/troubleshoot.sh_preflights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@ spec:
type: string
resourceAllocatable:
type: string
resourceCapacity:
type: string
resourceName:
type: string
selector:
Expand Down
2 changes: 2 additions & 0 deletions config/crds/troubleshoot.sh_supportbundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,8 @@ spec:
type: string
resourceAllocatable:
type: string
resourceCapacity:
type: string
resourceName:
type: string
selector:
Expand Down
3 changes: 3 additions & 0 deletions schemas/analyzer-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,9 @@
"resourceAllocatable": {
"type": "string"
},
"resourceCapacity": {
"type": "string"
},
"resourceName": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/preflight-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,9 @@
"resourceAllocatable": {
"type": "string"
},
"resourceCapacity": {
"type": "string"
},
"resourceName": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/supportbundle-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1915,6 +1915,9 @@
"resourceAllocatable": {
"type": "string"
},
"resourceCapacity": {
"type": "string"
},
"resourceName": {
"type": "string"
},
Expand Down

0 comments on commit 3388ffa

Please sign in to comment.