@@ -724,14 +724,14 @@ same name as an existing object in the system. See
724
724
725
725
Names generated by the system may be requested using `metadata.generateName`.
726
726
GenerateName indicates that the name should be made unique by the server prior
727
- to persisting it. A non-empty value for the field indicates the name will be
728
- made unique (and the name returned to the client will be different than the name
729
- passed). The value of this field will be combined with a unique suffix on the
730
- server if the Name field has not been provided. The provided value must be valid
731
- within the rules for Name, and may be truncated by the length of the suffix
732
- required to make the value unique on the server . If this field is specified, and
733
- Name is not present, the server will return a 409 with Reason `AlreadyExists` if
734
- the generated name exists, and the client should retry (after waiting at least the amount of time
727
+ to persisting it. A non-empty value for the field indicates the server should
728
+ attempt to make the name unique (and the name returned to the client will be
729
+ different than the name passed). The value of this field will be combined with a
730
+ random suffix on the server if the Name field has not been provided. The
731
+ provided value must be valid within the rules for Name, and may be truncated by
732
+ the length of the suffix . If this field is specified, and Name is not present,
733
+ the server will return a 409 with Reason `AlreadyExists` if the generated name
734
+ exists, and the client should retry (after waiting at least the amount of time
735
735
indicated in the Retry-After header, if it is present).
736
736
737
737
# # Optional vs. Required
0 commit comments