Merge pull request #48192 from RifeWang/sync-zh-docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1

[zh-cn] sync docs/reference/kubernetes-api/authorization-resources/cl…
pull/48196/head
Kubernetes Prow Robot 2024-10-04 13:22:29 +01:00 committed by GitHub
commit 3636a91d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>