pull/34108/head
Masuda Yuya 2022-06-02 14:51:24 +09:00
parent 9d89a2fc84
commit cd90392f2d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RBAC APIは4種類のKubernetesオブジェクト(_Role_、 _ClusterRole_、 _R
### RoleとClusterRole
RBACの _Role_ または _ClusterRole_ には、一連の権限を表すルールが含まれています。
RBACの _Role_ または _ClusterRole_ には、一連の権限を表すルールが含まれています。
権限は完全な追加方式です(「deny」のルールはありません)。
Roleは常に特定の{{< glossary_tooltip text="namespace" term_id="namespace" >}}で権限を設定します。