Skip to content

Commit

Permalink
fix: make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelvr committed Dec 2, 2024
1 parent 4aabc96 commit a21cc68
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 @@ -1176,6 +1176,10 @@ spec:
type: string
ephemeralStorageCapacity:
type: string
gpuAllocatable:
type: string
gpuCapacity:
type: string
memoryAllocatable:
type: string
memoryCapacity:
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 @@ -1176,6 +1176,10 @@ spec:
type: string
ephemeralStorageCapacity:
type: string
gpuAllocatable:
type: string
gpuCapacity:
type: string
memoryAllocatable:
type: string
memoryCapacity:
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 @@ -1207,6 +1207,10 @@ spec:
type: string
ephemeralStorageCapacity:
type: string
gpuAllocatable:
type: string
gpuCapacity:
type: string
memoryAllocatable:
type: string
memoryCapacity:
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 @@ -1770,6 +1770,12 @@
"ephemeralStorageCapacity": {
"type": "string"
},
"gpuAllocatable": {
"type": "string"
},
"gpuCapacity": {
"type": "string"
},
"memoryAllocatable": {
"type": "string"
},
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 @@ -1770,6 +1770,12 @@
"ephemeralStorageCapacity": {
"type": "string"
},
"gpuAllocatable": {
"type": "string"
},
"gpuCapacity": {
"type": "string"
},
"memoryAllocatable": {
"type": "string"
},
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 @@ -1816,6 +1816,12 @@
"ephemeralStorageCapacity": {
"type": "string"
},
"gpuAllocatable": {
"type": "string"
},
"gpuCapacity": {
"type": "string"
},
"memoryAllocatable": {
"type": "string"
},
Expand Down

0 comments on commit a21cc68

Please sign in to comment.