From 53395886f97e08cf2394238782717c83c28d79b2 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Tue, 15 Feb 2022 18:58:18 +0800 Subject: [PATCH] fix pediacluster crd yaml Signed-off-by: Iceber Gu --- deploy/crds/cluster.clusterpedia.io_pediaclusters.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/crds/cluster.clusterpedia.io_pediaclusters.yaml b/deploy/crds/cluster.clusterpedia.io_pediaclusters.yaml index 32d3846d4..3738b7dcb 100644 --- a/deploy/crds/cluster.clusterpedia.io_pediaclusters.yaml +++ b/deploy/crds/cluster.clusterpedia.io_pediaclusters.yaml @@ -162,10 +162,10 @@ spec: properties: kind: type: string + name: + type: string namespaced: type: boolean - resource: - type: string syncConditions: items: properties: @@ -196,8 +196,8 @@ spec: type: array required: - kind + - name - namespaced - - resource - syncConditions type: object type: array