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 11---
22title : Kubernetes API
33weight : 50
4+ card :
5+ title : Kubernetes API 参考
6+ name : reference
7+ weight : 40
48---
59
10+ <!--
11+ title: "Kubernetes API"
12+ weight: 50
13+ card:
14+ title: Kubernetes API reference
15+ name: reference
16+ weight: 40
17+ -->
18+
619<!-- overview -->
720
821{{< 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
5252
5353 <!--
5454 - **matchExpressions.key** (string), required
55- *Patch strategy: merge on key `key`*
5655 key is the label key that the selector applies to.
5756 -->
5857
5958 - ** matchExpressions.key** (string), 必填
60-
61- * 补丁策略:按照键 ` key ` 合并*
6259
6360 ` key ` 是选择器应用的标签键。
6461
Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ Endpoints 是实现实际服务的端点的集合。举例:
248248
249249 * Kubernetes-defined prefixed names:
250250 * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
251+ * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455
252+ * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
251253
252254 * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
253255 -->
@@ -256,6 +258,8 @@ Endpoints 是实现实际服务的端点的集合。举例:
256258
257259 * Kubernetes 定义的前缀名称
258260 * 'kubernetes.io/h2c' - HTTP/2 明文,如 https://www.rfc-editor.org/rfc/rfc7540 中所述
261+ * 'kubernetes.io/ws' - WebSocket 明文,如 https://www.rfc-editor.org/rfc/rfc6455 中所述
262+ * 'kubernetes.io/wss' - WebSocket TLS 传输方式,如 https://www.rfc-editor.org/rfc/rfc6455 中所述
259263
260264 * 其他协议应使用实现定义的前缀名称,如 mycompany.com/my-custom-protocol。
261265
You can’t perform that action at this time.
0 commit comments