File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
content/zh/docs/reference/kubernetes-api/common-definitions Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ api_metadata :
3
+ apiVersion : " "
4
+ import : " k8s.io/apimachinery/pkg/apis/meta/v1"
5
+ kind : " Patch"
6
+ content_type : " api_reference"
7
+ description : " 提供 Patch 是为了给 Kubernetes PATCH 请求正文提供一个具体的名称和类型。"
8
+ title : " Patch"
9
+ weight : 9
10
+ auto_generated : true
11
+ ---
12
+
13
+ <!--
14
+ api_metadata:
15
+ apiVersion: ""
16
+ import: "k8s.io/apimachinery/pkg/apis/meta/v1"
17
+ kind: "Patch"
18
+ content_type: "api_reference"
19
+ description: "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body."
20
+ title: "Patch"
21
+ weight: 9
22
+ auto_generated: true
23
+ -->
24
+
25
+ <!--
26
+ The file is auto-generated from the Go source code of the component using a generic
27
+ [generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
28
+ to generate the reference documentation, please read
29
+ [Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
30
+ To update the reference content, please follow the
31
+ [Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
32
+ guide. You can file document formatting bugs against the
33
+ [reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
34
+ -->
35
+
36
+
37
+
38
+ ` import "k8s.io/apimachinery/pkg/apis/meta/v1" `
39
+
40
+
41
+ <!-- Patch is provided to give a concrete name and type to the Kubernetes PATCH request body. -->
42
+ 提供 Patch 是为了给 Kubernetes PATCH 请求正文提供一个具体的名称和类型。
43
+
44
+ <hr >
45
+
46
+
47
+
48
+
49
+
You can’t perform that action at this time.
0 commit comments