From 04c592df93e8eb48475cab9f5a0107ba52b1305b Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Tue, 13 Feb 2024 09:48:13 -0800 Subject: [PATCH] schemas --- config/crds/troubleshoot.sh_collectors.yaml | 9 +++++++++ config/crds/troubleshoot.sh_preflights.yaml | 9 +++++++++ config/crds/troubleshoot.sh_supportbundles.yaml | 9 +++++++++ schemas/collector-troubleshoot-v1beta2.json | 14 ++++++++++++++ schemas/preflight-troubleshoot-v1beta2.json | 14 ++++++++++++++ schemas/supportbundle-troubleshoot-v1beta2.json | 14 ++++++++++++++ 6 files changed, 69 insertions(+) diff --git a/config/crds/troubleshoot.sh_collectors.yaml b/config/crds/troubleshoot.sh_collectors.yaml index d7527c7b5..eb79d36d1 100644 --- a/config/crds/troubleshoot.sh_collectors.yaml +++ b/config/crds/troubleshoot.sh_collectors.yaml @@ -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: diff --git a/config/crds/troubleshoot.sh_preflights.yaml b/config/crds/troubleshoot.sh_preflights.yaml index 9f4f74987..596fe4b1f 100644 --- a/config/crds/troubleshoot.sh_preflights.yaml +++ b/config/crds/troubleshoot.sh_preflights.yaml @@ -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: diff --git a/config/crds/troubleshoot.sh_supportbundles.yaml b/config/crds/troubleshoot.sh_supportbundles.yaml index d659d72c6..69c4319f0 100644 --- a/config/crds/troubleshoot.sh_supportbundles.yaml +++ b/config/crds/troubleshoot.sh_supportbundles.yaml @@ -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: diff --git a/schemas/collector-troubleshoot-v1beta2.json b/schemas/collector-troubleshoot-v1beta2.json index f50d2effc..d11b2d90b 100644 --- a/schemas/collector-troubleshoot-v1beta2.json +++ b/schemas/collector-troubleshoot-v1beta2.json @@ -13600,6 +13600,20 @@ } } }, + "sonobuoy": { + "type": "object", + "properties": { + "collectorName": { + "type": "string" + }, + "exclude": { + "oneOf": [{"type": "string"},{"type": "boolean"}] + }, + "namespace": { + "type": "string" + } + } + }, "sysctl": { "type": "object", "required": [ diff --git a/schemas/preflight-troubleshoot-v1beta2.json b/schemas/preflight-troubleshoot-v1beta2.json index 30cb7e163..fed38eacc 100644 --- a/schemas/preflight-troubleshoot-v1beta2.json +++ b/schemas/preflight-troubleshoot-v1beta2.json @@ -16005,6 +16005,20 @@ } } }, + "sonobuoy": { + "type": "object", + "properties": { + "collectorName": { + "type": "string" + }, + "exclude": { + "oneOf": [{"type": "string"},{"type": "boolean"}] + }, + "namespace": { + "type": "string" + } + } + }, "sysctl": { "type": "object", "required": [ diff --git a/schemas/supportbundle-troubleshoot-v1beta2.json b/schemas/supportbundle-troubleshoot-v1beta2.json index 0a81e9000..2b34ced86 100644 --- a/schemas/supportbundle-troubleshoot-v1beta2.json +++ b/schemas/supportbundle-troubleshoot-v1beta2.json @@ -16051,6 +16051,20 @@ } } }, + "sonobuoy": { + "type": "object", + "properties": { + "collectorName": { + "type": "string" + }, + "exclude": { + "oneOf": [{"type": "string"},{"type": "boolean"}] + }, + "namespace": { + "type": "string" + } + } + }, "sysctl": { "type": "object", "required": [