File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/zh-cn/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ In cases when objects represent a physical entity, like a Node representing a ph
66
66
<!--
67
67
The server may generate a name when `generateName` is provided instead of `name` in a resource create request.
68
68
When `generateName` is used, the provided value is used as a name prefix, which server appends a generated suffix
69
- to. Even though the name is generated, it may conflict with existing names resulting in a HTTP 409 resopnse . This
69
+ to. Even though the name is generated, it may conflict with existing names resulting in a HTTP 409 response . This
70
70
became far less likely to happen in Kubernetes v1.31 and later, since the server will make up to 8 attempt to generate a
71
71
unique name before returning a HTTP 409 response.
72
72
-->
You can’t perform that action at this time.
0 commit comments