Merge pull request #4124 from Yan-Daojiang/master

Fix incorrect comments in unjoin command
This commit is contained in:
karmada-bot 2023-10-12 12:14:18 +08:00 committed by GitHub
commit 8c92fd3afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.