Skip to content

Commit 3202825

Browse files
authored
Merge pull request #52565 from parthava-adabala/patch-1
Fix grammatical errors and improve clarity in names.md
2 parents 4223c04 + d91cd55 commit 3202825

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+3
-3
lines changed

content/en/docs/concepts/overview/working-with-objects/names.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ In cases when objects represent a physical entity, like a Node representing a ph
3434

3535
The server may generate a name when `generateName` is provided instead of `name` in a resource create request.
3636
When `generateName` is used, the provided value is used as a name prefix, which server appends a generated suffix
37-
to. Even though the name is generated, it may conflict with existing names resulting in a HTTP 409 response. This
38-
became far less likely to happen in Kubernetes v1.31 and later, since the server will make up to 8 attempt to generate a
39-
unique name before returning a HTTP 409 response.
37+
to. Even though the name is generated, it may conflict with existing names resulting in an HTTP 409 response. This
38+
became far less likely to happen in Kubernetes v1.31 and later, since the server will make up to 8 attempts to generate a
39+
unique name before returning an HTTP 409 response.
4040

4141
Below are four types of commonly used name constraints for resources.
4242

0 commit comments

Comments
 (0)