File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
content/zh-cn/docs/reference/kubernetes-api Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Kubernetes API
3
3
weight : 50
4
+ card :
5
+ title : Kubernetes API 参考
6
+ name : reference
7
+ weight : 40
4
8
---
5
9
10
+ <!--
11
+ title: "Kubernetes API"
12
+ weight: 50
13
+ card:
14
+ title: Kubernetes API reference
15
+ name: reference
16
+ weight: 40
17
+ -->
18
+
6
19
<!-- overview -->
7
20
8
21
{{< glossary_definition term_id="kubernetes-api" length="all" >}}
Original file line number Diff line number Diff line change @@ -52,13 +52,10 @@ A label selector is a label query over a set of resources. The result of matchLa
52
52
53
53
<!--
54
54
- **matchExpressions.key** (string), required
55
- *Patch strategy: merge on key `key`*
56
55
key is the label key that the selector applies to.
57
56
-->
58
57
59
58
- ** matchExpressions.key** (string), 必填
60
-
61
- * 补丁策略:按照键 ` key ` 合并*
62
59
63
60
` key ` 是选择器应用的标签键。
64
61
Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ Endpoints 是实现实际服务的端点的集合。举例:
248
248
249
249
* Kubernetes-defined prefixed names:
250
250
* 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in http://www.rfc-editor.org/rfc/rfc7540
251
+ * 'kubernetes.io/ws' - WebSocket over cleartext as described in http://www.rfc-editor.org/rfc/rfc6455
252
+ * 'kubernetes.io/wss' - WebSocket over TLS as described in http://www.rfc-editor.org/rfc/rfc6455
251
253
252
254
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
253
255
-->
@@ -256,6 +258,8 @@ Endpoints 是实现实际服务的端点的集合。举例:
256
258
257
259
* Kubernetes 定义的前缀名称
258
260
* 'kubernetes.io/h2c' - HTTP/2 明文,如 http://www.rfc-editor.org/rfc/rfc7540 中所述
261
+ * 'kubernetes.io/ws' - WebSocket 明文,如 http://www.rfc-editor.org/rfc/rfc6455 中所述
262
+ * 'kubernetes.io/wss' - WebSocket TLS 传输方式,如 http://www.rfc-editor.org/rfc/rfc6455 中所述
259
263
260
264
* 其他协议应使用实现定义的前缀名称,如 mycompany.com/my-custom-protocol。
261
265
You can’t perform that action at this time.
0 commit comments