Skip to content

Commit 8b69e2e

Browse files
committed
make schemas
1 parent e53deef commit 8b69e2e

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
@@ -1809,10 +1809,14 @@ spec:
18091809
additionalProperties:
18101810
type: string
18111811
type: object
1812+
backupCount:
1813+
type: integer
18121814
checkName:
18131815
type: string
18141816
exclude:
18151817
type: BoolString
1818+
restoreCount:
1819+
type: integer
18161820
strict:
18171821
type: BoolString
18181822
type: object

config/crds/troubleshoot.sh_preflights.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,10 +1809,14 @@ spec:
18091809
additionalProperties:
18101810
type: string
18111811
type: object
1812+
backupCount:
1813+
type: integer
18121814
checkName:
18131815
type: string
18141816
exclude:
18151817
type: BoolString
1818+
restoreCount:
1819+
type: integer
18161820
strict:
18171821
type: BoolString
18181822
type: object

config/crds/troubleshoot.sh_supportbundles.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,10 +1840,14 @@ spec:
18401840
additionalProperties:
18411841
type: string
18421842
type: object
1843+
backupCount:
1844+
type: integer
18431845
checkName:
18441846
type: string
18451847
exclude:
18461848
type: BoolString
1849+
restoreCount:
1850+
type: integer
18471851
strict:
18481852
type: BoolString
18491853
type: object

schemas/analyzer-troubleshoot-v1beta2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,12 +2724,18 @@
27242724
"type": "string"
27252725
}
27262726
},
2727+
"backupCount": {
2728+
"type": "integer"
2729+
},
27272730
"checkName": {
27282731
"type": "string"
27292732
},
27302733
"exclude": {
27312734
"oneOf": [{"type": "string"},{"type": "boolean"}]
27322735
},
2736+
"restoreCount": {
2737+
"type": "integer"
2738+
},
27332739
"strict": {
27342740
"oneOf": [{"type": "string"},{"type": "boolean"}]
27352741
}

schemas/preflight-troubleshoot-v1beta2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,12 +2724,18 @@
27242724
"type": "string"
27252725
}
27262726
},
2727+
"backupCount": {
2728+
"type": "integer"
2729+
},
27272730
"checkName": {
27282731
"type": "string"
27292732
},
27302733
"exclude": {
27312734
"oneOf": [{"type": "string"},{"type": "boolean"}]
27322735
},
2736+
"restoreCount": {
2737+
"type": "integer"
2738+
},
27332739
"strict": {
27342740
"oneOf": [{"type": "string"},{"type": "boolean"}]
27352741
}

schemas/supportbundle-troubleshoot-v1beta2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,12 +2770,18 @@
27702770
"type": "string"
27712771
}
27722772
},
2773+
"backupCount": {
2774+
"type": "integer"
2775+
},
27732776
"checkName": {
27742777
"type": "string"
27752778
},
27762779
"exclude": {
27772780
"oneOf": [{"type": "string"},{"type": "boolean"}]
27782781
},
2782+
"restoreCount": {
2783+
"type": "integer"
2784+
},
27792785
"strict": {
27802786
"oneOf": [{"type": "string"},{"type": "boolean"}]
27812787
}

0 commit comments

Comments
 (0)