From a6797c7d62ce1b2cd596930e6054e9399fc82669 Mon Sep 17 00:00:00 2001 From: Yan-Daojiang Date: Wed, 11 Oct 2023 23:15:51 +0800 Subject: [PATCH] Fix incorrect comments in unjoin command Signed-off-by: Yan-Daojiang --- pkg/karmadactl/unjoin/unjoin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/karmadactl/unjoin/unjoin.go b/pkg/karmadactl/unjoin/unjoin.go index feb7ee907..e398efbcc 100644 --- a/pkg/karmadactl/unjoin/unjoin.go +++ b/pkg/karmadactl/unjoin/unjoin.go @@ -78,10 +78,10 @@ type CommandUnjoinOption struct { // ClusterNamespace holds namespace where the member cluster secrets are stored ClusterNamespace string - // ClusterName is the cluster's name that we are going to join with. + // ClusterName is the cluster's name that we are going to unjoin with. ClusterName string - // ClusterContext is the cluster's context that we are going to join with. + // ClusterContext is the cluster's context that we are going to unjoin with. ClusterContext string // ClusterKubeConfig is the cluster's kubeconfig path.