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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1066,6 +1066,8 @@ 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:
1069
1071
-->
1070
1072
### 发起试运行请求 {#make-a-dry-run-request}
1071
1073
@@ -1138,11 +1140,11 @@ generated fields may differ.
1138
1140
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:
1139
1141
1140
1142
* `name`: if `generateName` is set, `name` will have a unique random name
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)
1143
+
* `creationTimestamp`/`deletionTimestamp`: records the time of creation/deletion
1144
+
* `UID`: uniquely identifies the object and is randomly generated (non-deterministic)
1143
1145
* `resourceVersion`: tracks the persisted version of the object
1144
1146
* Any field set by a mutating admission controller
1145
-
* For the `Service` resource: Ports or IP addresses that the kube-apiserver assigns to Service objects
1147
+
* For the `Service` resource: Ports or IPs that kube-apiserver assigns to v1.Service objects
1146
1148
-->
1147
1149
### 生成值 {#generated-values}
1148
1150
@@ -1151,12 +1153,11 @@ Some values of an object are typically generated before the object is persisted.
0 commit comments