Merge pull request #4664 from lining2020x/fixtypo

fix typo in comment
This commit is contained in:
KubeSphere CI Bot
2022-02-11 11:47:09 +08:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ const (
syncFailMessage = "Failed to sync: %s"
)
// Reconciler reconciles a WorkspaceRole object
// Reconciler reconciles a User object
type Reconciler struct {
client.Client
KubeconfigClient kubeconfig.Interface