Skip to content

Commit 1fde5d2

Browse files
committed
make schemas
1 parent d0416b6 commit 1fde5d2

6 files changed

+30
-0
lines changed

config/crds/troubleshoot.sh_analyzers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,10 +1803,14 @@ spec:
18031803
additionalProperties:
18041804
type: string
18051805
type: object
1806+
backupCount:
1807+
type: integer
18061808
checkName:
18071809
type: string
18081810
exclude:
18091811
type: BoolString
1812+
restoreCount:
1813+
type: integer
18101814
strict:
18111815
type: BoolString
18121816
type: object

config/crds/troubleshoot.sh_preflights.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,10 +1803,14 @@ spec:
18031803
additionalProperties:
18041804
type: string
18051805
type: object
1806+
backupCount:
1807+
type: integer
18061808
checkName:
18071809
type: string
18081810
exclude:
18091811
type: BoolString
1812+
restoreCount:
1813+
type: integer
18101814
strict:
18111815
type: BoolString
18121816
type: object

config/crds/troubleshoot.sh_supportbundles.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,10 +1834,14 @@ spec:
18341834
additionalProperties:
18351835
type: string
18361836
type: object
1837+
backupCount:
1838+
type: integer
18371839
checkName:
18381840
type: string
18391841
exclude:
18401842
type: BoolString
1843+
restoreCount:
1844+
type: integer
18411845
strict:
18421846
type: BoolString
18431847
type: object

schemas/analyzer-troubleshoot-v1beta2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,12 +2715,18 @@
27152715
"type": "string"
27162716
}
27172717
},
2718+
"backupCount": {
2719+
"type": "integer"
2720+
},
27182721
"checkName": {
27192722
"type": "string"
27202723
},
27212724
"exclude": {
27222725
"oneOf": [{"type": "string"},{"type": "boolean"}]
27232726
},
2727+
"restoreCount": {
2728+
"type": "integer"
2729+
},
27242730
"strict": {
27252731
"oneOf": [{"type": "string"},{"type": "boolean"}]
27262732
}

schemas/preflight-troubleshoot-v1beta2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,12 +2715,18 @@
27152715
"type": "string"
27162716
}
27172717
},
2718+
"backupCount": {
2719+
"type": "integer"
2720+
},
27182721
"checkName": {
27192722
"type": "string"
27202723
},
27212724
"exclude": {
27222725
"oneOf": [{"type": "string"},{"type": "boolean"}]
27232726
},
2727+
"restoreCount": {
2728+
"type": "integer"
2729+
},
27242730
"strict": {
27252731
"oneOf": [{"type": "string"},{"type": "boolean"}]
27262732
}

schemas/supportbundle-troubleshoot-v1beta2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,12 +2761,18 @@
27612761
"type": "string"
27622762
}
27632763
},
2764+
"backupCount": {
2765+
"type": "integer"
2766+
},
27642767
"checkName": {
27652768
"type": "string"
27662769
},
27672770
"exclude": {
27682771
"oneOf": [{"type": "string"},{"type": "boolean"}]
27692772
},
2773+
"restoreCount": {
2774+
"type": "integer"
2775+
},
27702776
"strict": {
27712777
"oneOf": [{"type": "string"},{"type": "boolean"}]
27722778
}

0 commit comments

Comments
 (0)