[zh] 1.27 sync config-map-v1
parent
c6ff7b40db
commit
f77342ed72
|
@ -55,7 +55,7 @@ ConfigMap 包含供 Pod 使用的配置数据。
|
||||||
- **binaryData** (map[string][]byte)
|
- **binaryData** (map[string][]byte)
|
||||||
|
|
||||||
binaryData 包含二进制数据。
|
binaryData 包含二进制数据。
|
||||||
每个键必须由字母、数字、“-”、“_” 或 “.” 组成。
|
每个键必须由字母、数字、“-”、“\_” 或 “.” 组成。
|
||||||
binaryData 可以包含不在 UTF-8 范围中的字节序列。
|
binaryData 可以包含不在 UTF-8 范围中的字节序列。
|
||||||
binaryData 中存储的键不得与 data 字段中的键重叠,这在验证过程中是强制要求。
|
binaryData 中存储的键不得与 data 字段中的键重叠,这在验证过程中是强制要求。
|
||||||
使用此字段需要 apiserver 和 kubelet 的版本高于 1.10。
|
使用此字段需要 apiserver 和 kubelet 的版本高于 1.10。
|
||||||
|
@ -72,7 +72,7 @@ ConfigMap 包含供 Pod 使用的配置数据。
|
||||||
- **data** (map[string]string)
|
- **data** (map[string]string)
|
||||||
|
|
||||||
data 包含配置数据。
|
data 包含配置数据。
|
||||||
每个键必须由字母、数字、“-”、“_” 或 “.” 组成。
|
每个键必须由字母、数字、“-”、“\_” 或 “.” 组成。
|
||||||
如果值包含非 UTF-8 字节序列,则必须使用 binaryData 字段。
|
如果值包含非 UTF-8 字节序列,则必须使用 binaryData 字段。
|
||||||
data 中存储的键不得与 binaryData 字段中的键重叠,这在验证过程中是强制要求。
|
data 中存储的键不得与 binaryData 字段中的键重叠,这在验证过程中是强制要求。
|
||||||
|
|
||||||
|
@ -223,6 +223,10 @@ GET /api/v1/namespaces/{namespace}/configmaps
|
||||||
|
|
||||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||||
|
|
||||||
|
- **sendInitialEvents** (**查询参数**): boolean
|
||||||
|
|
||||||
|
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||||
|
|
||||||
- **timeoutSeconds** (**查询参数**): integer
|
- **timeoutSeconds** (**查询参数**): integer
|
||||||
|
|
||||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||||
|
@ -298,6 +302,10 @@ GET /api/v1/configmaps
|
||||||
|
|
||||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||||
|
|
||||||
|
- **sendInitialEvents** (**查询参数**): boolean
|
||||||
|
|
||||||
|
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||||
|
|
||||||
- **timeoutSeconds** (**查询参数**): integer
|
- **timeoutSeconds** (**查询参数**): integer
|
||||||
|
|
||||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||||
|
@ -635,6 +643,10 @@ DELETE /api/v1/namespaces/{namespace}/configmaps
|
||||||
|
|
||||||
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
|
||||||
|
|
||||||
|
- **sendInitialEvents** (**查询参数**): boolean
|
||||||
|
|
||||||
|
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
|
||||||
|
|
||||||
- **timeoutSeconds** (**查询参数**): integer
|
- **timeoutSeconds** (**查询参数**): integer
|
||||||
|
|
||||||
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>
|
||||||
|
|
Loading…
Reference in New Issue