Skip to content

Commit

Permalink
schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Feb 13, 2024
1 parent c390215 commit 04c592d
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/crds/troubleshoot.sh_collectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17732,6 +17732,15 @@ spec:
type: string
type: array
type: object
sonobuoy:
properties:
collectorName:
type: string
exclude:
type: BoolString
namespace:
type: string
type: object
sysctl:
properties:
collectorName:
Expand Down
9 changes: 9 additions & 0 deletions config/crds/troubleshoot.sh_preflights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19293,6 +19293,15 @@ spec:
type: string
type: array
type: object
sonobuoy:
properties:
collectorName:
type: string
exclude:
type: BoolString
namespace:
type: string
type: object
sysctl:
properties:
collectorName:
Expand Down
9 changes: 9 additions & 0 deletions config/crds/troubleshoot.sh_supportbundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19324,6 +19324,15 @@ spec:
type: string
type: array
type: object
sonobuoy:
properties:
collectorName:
type: string
exclude:
type: BoolString
namespace:
type: string
type: object
sysctl:
properties:
collectorName:
Expand Down
14 changes: 14 additions & 0 deletions schemas/collector-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13600,6 +13600,20 @@
}
}
},
"sonobuoy": {
"type": "object",
"properties": {
"collectorName": {
"type": "string"
},
"exclude": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
},
"namespace": {
"type": "string"
}
}
},
"sysctl": {
"type": "object",
"required": [
Expand Down
14 changes: 14 additions & 0 deletions schemas/preflight-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16005,6 +16005,20 @@
}
}
},
"sonobuoy": {
"type": "object",
"properties": {
"collectorName": {
"type": "string"
},
"exclude": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
},
"namespace": {
"type": "string"
}
}
},
"sysctl": {
"type": "object",
"required": [
Expand Down
14 changes: 14 additions & 0 deletions schemas/supportbundle-troubleshoot-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16051,6 +16051,20 @@
}
}
},
"sonobuoy": {
"type": "object",
"properties": {
"collectorName": {
"type": "string"
},
"exclude": {
"oneOf": [{"type": "string"},{"type": "boolean"}]
},
"namespace": {
"type": "string"
}
}
},
"sysctl": {
"type": "object",
"required": [
Expand Down

0 comments on commit 04c592d

Please sign in to comment.