You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/reference/using-api/api-concepts.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1066,8 +1066,6 @@ string, working as an enum, and the only accepted values are:
1066
1066
`All`
1067
1067
: Every stage runs as normal, except for the final storage stage where side effects
1068
1068
are prevented.
1069
-
1070
-
For example:
1071
1069
-->
1072
1070
### 发起试运行请求 {#make-a-dry-run-request}
1073
1071
@@ -1140,11 +1138,11 @@ generated fields may differ.
1140
1138
Some values of an object are typically generated before the object is persisted. It is important not to rely upon the values of these fields set by a dry-run request, since these values will likely be different in dry-run mode from when the real request is made. Some of these fields are:
1141
1139
1142
1140
* `name`: if `generateName` is set, `name` will have a unique random name
1143
-
* `creationTimestamp`/`deletionTimestamp`: records the time of creation/deletion
1144
-
* `UID`: uniquely identifies the object and is randomly generated (non-deterministic)
1141
+
* `creationTimestamp` / `deletionTimestamp`: records the time of creation/deletion
1142
+
* `UID`: [uniquely identifies](/docs/concepts/overview/working-with-objects/names/#uids) the object and is randomly generated (non-deterministic)
1145
1143
* `resourceVersion`: tracks the persisted version of the object
1146
1144
* Any field set by a mutating admission controller
1147
-
* For the `Service` resource: Ports or IPs that kube-apiserver assigns to v1.Service objects
1145
+
* For the `Service` resource: Ports or IP addresses that the kube-apiserver assigns to Service objects
1148
1146
-->
1149
1147
### 生成值 {#generated-values}
1150
1148
@@ -1153,11 +1151,12 @@ Some values of an object are typically generated before the object is persisted.
0 commit comments