From 3388ffa013badbc1557b420bdb55841be7c19857 Mon Sep 17 00:00:00 2001 From: Dexter Yan Date: Fri, 27 Dec 2024 18:03:46 +1300 Subject: [PATCH] update with make schemas --- config/crds/troubleshoot.sh_analyzers.yaml | 2 ++ config/crds/troubleshoot.sh_preflights.yaml | 2 ++ config/crds/troubleshoot.sh_supportbundles.yaml | 2 ++ schemas/analyzer-troubleshoot-v1beta2.json | 3 +++ schemas/preflight-troubleshoot-v1beta2.json | 3 +++ schemas/supportbundle-troubleshoot-v1beta2.json | 3 +++ 6 files changed, 15 insertions(+) diff --git a/config/crds/troubleshoot.sh_analyzers.yaml b/config/crds/troubleshoot.sh_analyzers.yaml index 581d7e991..527509e6c 100644 --- a/config/crds/troubleshoot.sh_analyzers.yaml +++ b/config/crds/troubleshoot.sh_analyzers.yaml @@ -1241,6 +1241,8 @@ spec: type: string resourceAllocatable: type: string + resourceCapacity: + type: string resourceName: type: string selector: diff --git a/config/crds/troubleshoot.sh_preflights.yaml b/config/crds/troubleshoot.sh_preflights.yaml index 08b895056..290321380 100644 --- a/config/crds/troubleshoot.sh_preflights.yaml +++ b/config/crds/troubleshoot.sh_preflights.yaml @@ -1241,6 +1241,8 @@ spec: type: string resourceAllocatable: type: string + resourceCapacity: + type: string resourceName: type: string selector: diff --git a/config/crds/troubleshoot.sh_supportbundles.yaml b/config/crds/troubleshoot.sh_supportbundles.yaml index d8482c27d..be59075d5 100644 --- a/config/crds/troubleshoot.sh_supportbundles.yaml +++ b/config/crds/troubleshoot.sh_supportbundles.yaml @@ -1272,6 +1272,8 @@ spec: type: string resourceAllocatable: type: string + resourceCapacity: + type: string resourceName: type: string selector: diff --git a/schemas/analyzer-troubleshoot-v1beta2.json b/schemas/analyzer-troubleshoot-v1beta2.json index 3f28c6442..fb1acc0ca 100644 --- a/schemas/analyzer-troubleshoot-v1beta2.json +++ b/schemas/analyzer-troubleshoot-v1beta2.json @@ -1869,6 +1869,9 @@ "resourceAllocatable": { "type": "string" }, + "resourceCapacity": { + "type": "string" + }, "resourceName": { "type": "string" }, diff --git a/schemas/preflight-troubleshoot-v1beta2.json b/schemas/preflight-troubleshoot-v1beta2.json index 25d3878d4..07db2c11c 100644 --- a/schemas/preflight-troubleshoot-v1beta2.json +++ b/schemas/preflight-troubleshoot-v1beta2.json @@ -1869,6 +1869,9 @@ "resourceAllocatable": { "type": "string" }, + "resourceCapacity": { + "type": "string" + }, "resourceName": { "type": "string" }, diff --git a/schemas/supportbundle-troubleshoot-v1beta2.json b/schemas/supportbundle-troubleshoot-v1beta2.json index f61a4bcd3..7cbcb18f7 100644 --- a/schemas/supportbundle-troubleshoot-v1beta2.json +++ b/schemas/supportbundle-troubleshoot-v1beta2.json @@ -1915,6 +1915,9 @@ "resourceAllocatable": { "type": "string" }, + "resourceCapacity": { + "type": "string" + }, "resourceName": { "type": "string" },