[zh-cn] sync docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md

pull/48192/head
RfieWang 2024-10-04 12:03:17 +08:00
parent 7824ed9730
commit 9f77b0ec8c
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,6 @@ content_type: "api_reference"
description: "ClusterRoleBinding 引用 ClusterRole但不包含它。"
title: "ClusterRoleBinding"
weight: 6
auto_generated: false
---
<!--
---
@ -87,12 +86,18 @@ ClusterRoleBinding 引用 ClusterRole但不包含它。
name 是被引用的资源的名称
<!--
- **subjects** ([]Subject)
*Atomic: will be replaced during a merge*
Subjects holds references to the objects the role applies to.
<a name="Subject"></a>
*Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.*
-->
- **subjects** ([]Subject)
**原子性:将在合并期间被替换**
Subjects 包含角色所适用的对象的引用。
<a name="Subject"></a>