[zh-cn] sync cluster-resources authentication-resources
Signed-off-by: xin.li <xin.li@daocloud.io>pull/41216/head
parent
98fd894a4d
commit
380dd8d611
|
|
@ -53,8 +53,8 @@ Kubelets 使用 CertificateSigningRequest API 来获取:
|
|||
This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName),
|
||||
or to obtain certificates from custom non-Kubernetes signers.
|
||||
-->
|
||||
此 API 可用于请求客户端证书以向 kube-apiserver 进行身份验证(使用 “kubernetes.io/kube-apiserver-client” 签名者名称),
|
||||
或从自定义非 Kubernetes 签名者那里获取证书。
|
||||
此 API 可用于请求客户端证书以向 kube-apiserver 进行身份验证(使用 “kubernetes.io/kube-apiserver-client”
|
||||
签名者名称),或从自定义非 Kubernetes 签名者那里获取证书。
|
||||
|
||||
<!--
|
||||
<hr>
|
||||
|
|
@ -758,6 +758,10 @@ GET /apis/certificates.k8s.io/v1/certificatesigningrequests
|
|||
- **resourceVersionMatch** (*in query*): string
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
-->
|
||||
- **pretty** (**查询参数**): string
|
||||
|
||||
|
|
@ -771,6 +775,10 @@ GET /apis/certificates.k8s.io/v1/certificatesigningrequests
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
<!--
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
|
||||
|
|
@ -1553,6 +1561,10 @@ DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||
|
|
@ -1569,6 +1581,10 @@ DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
- **timeoutSeconds** (**查询参数**): integer
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ api_metadata:
|
|||
import: "k8s.io/api/core/v1"
|
||||
kind: "ServiceAccount"
|
||||
content_type: "api_reference"
|
||||
description: "ServiceAccount 将以下内容绑定在一起:1. 用户可以理解的名称,也可能是外围系统理解的身份标识 2. 可以验证和授权的主体 3. 一组 secret。"
|
||||
description: "ServiceAccount 将以下内容绑定在一起:1. 用户可以理解的名称,也可能是外围系统理解的身份标识 2. 可以验证和授权的主体 3. 一组 Secret。"
|
||||
title: "ServiceAccount"
|
||||
weight: 1
|
||||
auto_generated: true
|
||||
|
|
@ -46,7 +46,7 @@ ServiceAccount binds together: * a name, understood by users, and perhaps by per
|
|||
ServiceAccount 将以下内容绑定在一起:
|
||||
* 用户可以理解的名称,也可能是外围系统理解的身份标识
|
||||
* 可以验证和授权的主体
|
||||
* 一组 secret
|
||||
* 一组 Secret
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
@ -68,8 +68,8 @@ ServiceAccount 将以下内容绑定在一起:
|
|||
<!--
|
||||
AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level.
|
||||
-->
|
||||
AutomountServiceAccountToken 指示作为此服务帐户运行的 pod 是否应自动挂载 API 令牌,
|
||||
可以在 pod 级别覆盖。
|
||||
AutomountServiceAccountToken 指示作为此服务帐户运行的 Pod 是否应自动挂载 API 令牌,
|
||||
可以在 Pod 级别覆盖。
|
||||
|
||||
- **imagePullSecrets** ([]<a href="{{< ref "../common-definitions/local-object-reference#LocalObjectReference" >}}">LocalObjectReference</a>)
|
||||
|
||||
|
|
@ -94,11 +94,11 @@ ServiceAccount 将以下内容绑定在一起:
|
|||
-->
|
||||
**补丁策略:基于键 `name` 合并**
|
||||
|
||||
Secrets 是允许使用此 ServiceAccount 运行的 pod 使用的同一命名空间中的秘密列表。
|
||||
Secrets 是允许使用此 ServiceAccount 运行的 Pod 使用的同一命名空间中的秘密列表。
|
||||
仅当此服务帐户的 “kubernetes.io/enforce-mountable-secrets” 注释设置为 “true” 时,Pod 才限于此列表。
|
||||
此字段不应用于查找自动生成的服务帐户令牌机密以在 pod 之外使用。
|
||||
相反,可以使用 TokenRequest API 直接请求令牌,或者可以手动创建服务帐户令牌 secret。
|
||||
更多信息: https://kubernetes.io/docs/concepts/configuration/secret
|
||||
此字段不应用于查找自动生成的服务帐户令牌机密以在 Pod 之外使用。
|
||||
相反,可以使用 TokenRequest API 直接请求令牌,或者可以手动创建服务帐户令牌 Secret。
|
||||
更多信息: https://kubernetes.io/zh-cn/docs/concepts/configuration/secret
|
||||
|
||||
## ServiceAccountList {#ServiceAccountList}
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ ServiceAccountList 是 ServiceAccount 对象的列表
|
|||
<!--
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/service-account-v1#ServiceAccount" >}}">ServiceAccount</a>), required
|
||||
-->
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/service-account-v1#ServiceAccount" >}}">ServiceAccount</a>), 必需
|
||||
- **items** ([]<a href="{{< ref "../authentication-resources/service-account-v1#ServiceAccount" >}}">ServiceAccount</a>),必需
|
||||
|
||||
<!--
|
||||
List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
||||
|
|
@ -168,7 +168,7 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -269,6 +269,13 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
<!--
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
-->
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
<!--
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
-->
|
||||
|
|
@ -366,6 +373,13 @@ GET /api/v1/serviceaccounts
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
<!--
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
-->
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
<!--
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
-->
|
||||
|
|
@ -409,7 +423,7 @@ POST /api/v1/namespaces/{namespace}/serviceaccounts
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -488,7 +502,7 @@ PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -556,7 +570,7 @@ PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
|
|||
<!--
|
||||
- **name** (*in path*): string, required
|
||||
-->
|
||||
- **name** (**路径参数**): string, 必需
|
||||
- **name** (**路径参数**): string,必需
|
||||
|
||||
<!--
|
||||
name of the ServiceAccount
|
||||
|
|
@ -566,7 +580,7 @@ PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -642,7 +656,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
|
|||
<!--
|
||||
- **name** (*in path*): string, required
|
||||
-->
|
||||
- **name** (**路径参数**): string, 必需
|
||||
- **name** (**路径参数**): string,必需
|
||||
|
||||
<!--
|
||||
name of the ServiceAccount
|
||||
|
|
@ -653,7 +667,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -718,7 +732,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts
|
|||
<!--
|
||||
- **namespace** (*in path*): string, required
|
||||
-->
|
||||
- **namespace** (**路径参数**): string, 必需
|
||||
- **namespace** (**路径参数**): string,必需
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
|
||||
|
||||
|
|
@ -798,6 +812,13 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
<!--
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
-->
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
<!--
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -652,6 +652,7 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
|
|||
- **pretty** (*in query*): string
|
||||
- **resourceVersion** (*in query*): string
|
||||
- **resourceVersionMatch** (*in query*): string
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
- **watch** (*in query*): boolean
|
||||
-->
|
||||
|
|
@ -689,6 +690,10 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
- **timeoutSeconds** (**查询参数**): integer
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||
|
|
@ -1065,6 +1070,7 @@ DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
|
|||
- **propagationPolicy** (*in query*): string
|
||||
- **resourceVersion** (*in query*): string
|
||||
- **resourceVersionMatch** (*in query*): string
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
-->
|
||||
#### 参数
|
||||
|
|
@ -1111,6 +1117,10 @@ DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
- **timeoutSeconds** (**查询参数**): integer
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ NamespaceSpec 用于描述 Namespace 的属性。
|
|||
Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
|
||||
-->
|
||||
|
||||
finalizers 是一个不透明的值列表,只有此列表为空时才能从存储中永久删除对象。 更多信息: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
|
||||
finalizers 是一个不透明的值列表,只有此列表为空时才能从存储中永久删除对象。 更多信息: https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/namespaces/
|
||||
|
||||
## NamespaceStatus {#NamespaceStatus}
|
||||
<!--
|
||||
|
|
@ -127,7 +127,7 @@ NamespaceStatus 表示 Namespace 的当前状态信息。
|
|||
<!--
|
||||
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
|
||||
-->
|
||||
phase 是命名空间的当前生命周期阶段。更多信息: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
|
||||
phase 是命名空间的当前生命周期阶段。更多信息: https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/namespaces/
|
||||
|
||||
## NamespaceList {#NamespaceList}
|
||||
<!--
|
||||
|
|
@ -157,7 +157,7 @@ NamespaceList 是一个命名空间列表。
|
|||
<!--
|
||||
Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
|
||||
-->
|
||||
items 是列表中的 Namespace 对象列表。更多信息: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
|
||||
items 是列表中的 Namespace 对象列表。更多信息: https://kubernetes.io/zh-cn/docs/concepts/overview/working-with-objects/namespaces/
|
||||
|
||||
<!--
|
||||
## Operations {#Operations}
|
||||
|
|
@ -323,6 +323,13 @@ GET /api/v1/namespaces
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
<!--
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
-->
|
||||
- **resourceVersionMatch** (**查询参数**): string
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
<!--
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ https://kubernetes.io/zh-cn/docs/concepts/containers/runtime-class/
|
|||
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **handler** (string), required
|
||||
Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
||||
handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
||||
-->
|
||||
- **metadata** (<a href="{{< ref "../common-definitions/object-meta#ObjectMeta" >}}">ObjectMeta</a>)
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ https://kubernetes.io/zh-cn/docs/concepts/containers/runtime-class/
|
|||
|
||||
<!--
|
||||
- **overhead** (Overhead)
|
||||
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see
|
||||
overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see
|
||||
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
|
||||
|
||||
<a name="Overhead"></a>
|
||||
|
|
@ -79,7 +79,7 @@ https://kubernetes.io/zh-cn/docs/concepts/containers/runtime-class/
|
|||
<!--
|
||||
- **overhead.podFixed** (map[string]<a href="{{< ref "../common-definitions/quantity#Quantity" >}}">Quantity</a>)
|
||||
|
||||
PodFixed represents the fixed resource overhead associated with running a pod.
|
||||
podFixed represents the fixed resource overhead associated with running a pod.
|
||||
-->
|
||||
|
||||
- **overhead.podFixed** (map[string]<a href="{{< ref "../common-definitions/quantity#Quantity" >}}">Quantity</a>)
|
||||
|
|
@ -88,7 +88,7 @@ https://kubernetes.io/zh-cn/docs/concepts/containers/runtime-class/
|
|||
|
||||
<!--
|
||||
- **scheduling** (Scheduling)
|
||||
Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
||||
scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
||||
|
||||
<a name="Scheduling"></a>
|
||||
*Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.*
|
||||
|
|
@ -194,7 +194,7 @@ RuntimeClassList 是 RuntimeClass 对象的列表。
|
|||
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
||||
|
||||
- **items** ([]<a href="{{< ref "../cluster-resources/runtime-class-v1#RuntimeClass" >}}">RuntimeClass</a>), required
|
||||
Items is a list of schema objects.
|
||||
items is a list of schema objects.
|
||||
-->
|
||||
- **metadata** (<a href="{{< ref "../common-definitions/list-meta#ListMeta" >}}">ListMeta</a>)
|
||||
|
||||
|
|
@ -258,6 +258,7 @@ GET /apis/node.k8s.io/v1/runtimeclasses
|
|||
- **pretty** (*in query*): string
|
||||
- **resourceVersion** (*in query*): string
|
||||
- **resourceVersionMatch** (*in query*): string
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
- **watch** (*in query*): boolean
|
||||
-->
|
||||
|
|
@ -294,6 +295,10 @@ GET /apis/node.k8s.io/v1/runtimeclasses
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
- **timeoutSeconds** (**查询参数**): integer
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||
|
|
@ -535,6 +540,7 @@ DELETE /apis/node.k8s.io/v1/runtimeclasses
|
|||
- **propagationPolicy** (*in query*): string
|
||||
- **resourceVersion** (*in query*): string
|
||||
- **resourceVersionMatch** (*in query*): string
|
||||
- **sendInitialEvents** (*in query*): boolean
|
||||
- **timeoutSeconds** (*in query*): integer
|
||||
-->
|
||||
##### 参数
|
||||
|
|
@ -580,6 +586,10 @@ DELETE /apis/node.k8s.io/v1/runtimeclasses
|
|||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||
|
||||
- **sendInitialEvents** (**查询参数**): boolean
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||
|
||||
- **timeoutSeconds** (**查询参数**): integer
|
||||
|
||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue