Skip to content

Commit

Permalink
Merge pull request #48116 from my-git9/pp-20281
Browse files Browse the repository at this point in the history
[zh-cn] sync role-binding-v1 daemon-set-v1
  • Loading branch information
k8s-ci-robot authored Sep 28, 2024
2 parents c909312 + 8ea217a commit dfb663f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,20 @@ RoleBinding 通过 Subjects 和所在的命名空间信息添加主体信息。
- **roleRef.name** (string),必需

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.kind** (string), required
Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
-->
- **subjects** ([]Subject)
-->

**原子性:合并期间将被替换**

subjects 包含角色所适用的对象的引用。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ api_metadata:
content_type: "api_reference"
description: "DaemonSet 表示守护进程集的配置。"
title: "DaemonSet"
weight: 8
weight: 9
---

<!--
Expand All @@ -17,7 +17,7 @@ kind: "DaemonSet"
content_type: "api_reference"
description: "DaemonSet represents the configuration of a daemon set."
title: "DaemonSet"
weight: 8
weight: 9
auto_generated: true
-->

Expand Down Expand Up @@ -308,11 +308,15 @@ DaemonSetStatus 表示守护进程集的当前状态。
- **conditions** ([]DaemonSetCondition)
*Patch strategy: merge on key `type`*
*Map: unique values on key type will be kept during a merge*
-->
- **conditions** ([]DaemonSetCondition)

**补丁策略:根据 `type` 键合并**

**Map:键 `type` 的唯一值将在合并期间保留**

<!--
Represents the latest available observations of a DaemonSet's current state.
Expand Down

0 comments on commit dfb663f

Please sign in to comment.