From c89932adcd9c2bdf6cbbcc9793a16a1a259de01e Mon Sep 17 00:00:00 2001 From: terasihma Date: Thu, 18 May 2023 08:28:19 +0000 Subject: [PATCH] add comment Signed-off-by: terasihma --- resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource.go b/resource.go index dd6c0724..d9a0197d 100644 --- a/resource.go +++ b/resource.go @@ -42,7 +42,7 @@ const ( // rank const ( RankNamespace = 10 - RankServiceAccount = 20 + RankServiceAccount = 20 // ServiceAccount is namespace scoped RankCustomResourceDefinition = 30 RankClusterRole = 40 RankClusterRoleBinding = 50