fix typo in comment

Signed-off-by: Ning Li <lining2020x@163.com>
This commit is contained in:
Ning Li
2022-02-11 11:28:28 +08:00
parent b8e1261989
commit 64c512faf0

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