diff --git a/config/crds/troubleshoot.sh_analyzers.yaml b/config/crds/troubleshoot.sh_analyzers.yaml index b68bcd21e..f9c0a2f75 100644 --- a/config/crds/troubleshoot.sh_analyzers.yaml +++ b/config/crds/troubleshoot.sh_analyzers.yaml @@ -1803,10 +1803,14 @@ spec: additionalProperties: type: string type: object + backupCount: + type: integer checkName: type: string exclude: type: BoolString + restoreCount: + type: integer strict: type: BoolString type: object diff --git a/config/crds/troubleshoot.sh_preflights.yaml b/config/crds/troubleshoot.sh_preflights.yaml index 026ce2229..cd1253379 100644 --- a/config/crds/troubleshoot.sh_preflights.yaml +++ b/config/crds/troubleshoot.sh_preflights.yaml @@ -1803,10 +1803,14 @@ spec: additionalProperties: type: string type: object + backupCount: + type: integer checkName: type: string exclude: type: BoolString + restoreCount: + type: integer strict: type: BoolString type: object diff --git a/config/crds/troubleshoot.sh_supportbundles.yaml b/config/crds/troubleshoot.sh_supportbundles.yaml index d64b5c969..0bc610995 100644 --- a/config/crds/troubleshoot.sh_supportbundles.yaml +++ b/config/crds/troubleshoot.sh_supportbundles.yaml @@ -1834,10 +1834,14 @@ spec: additionalProperties: type: string type: object + backupCount: + type: integer checkName: type: string exclude: type: BoolString + restoreCount: + type: integer strict: type: BoolString type: object diff --git a/schemas/analyzer-troubleshoot-v1beta2.json b/schemas/analyzer-troubleshoot-v1beta2.json index a5f219bb2..1ebaf121d 100644 --- a/schemas/analyzer-troubleshoot-v1beta2.json +++ b/schemas/analyzer-troubleshoot-v1beta2.json @@ -2715,12 +2715,18 @@ "type": "string" } }, + "backupCount": { + "type": "integer" + }, "checkName": { "type": "string" }, "exclude": { "oneOf": [{"type": "string"},{"type": "boolean"}] }, + "restoreCount": { + "type": "integer" + }, "strict": { "oneOf": [{"type": "string"},{"type": "boolean"}] } diff --git a/schemas/preflight-troubleshoot-v1beta2.json b/schemas/preflight-troubleshoot-v1beta2.json index 92425c197..59d5da722 100644 --- a/schemas/preflight-troubleshoot-v1beta2.json +++ b/schemas/preflight-troubleshoot-v1beta2.json @@ -2715,12 +2715,18 @@ "type": "string" } }, + "backupCount": { + "type": "integer" + }, "checkName": { "type": "string" }, "exclude": { "oneOf": [{"type": "string"},{"type": "boolean"}] }, + "restoreCount": { + "type": "integer" + }, "strict": { "oneOf": [{"type": "string"},{"type": "boolean"}] } diff --git a/schemas/supportbundle-troubleshoot-v1beta2.json b/schemas/supportbundle-troubleshoot-v1beta2.json index fecdb29ae..3d0d0b531 100644 --- a/schemas/supportbundle-troubleshoot-v1beta2.json +++ b/schemas/supportbundle-troubleshoot-v1beta2.json @@ -2761,12 +2761,18 @@ "type": "string" } }, + "backupCount": { + "type": "integer" + }, "checkName": { "type": "string" }, "exclude": { "oneOf": [{"type": "string"},{"type": "boolean"}] }, + "restoreCount": { + "type": "integer" + }, "strict": { "oneOf": [{"type": "string"},{"type": "boolean"}] }