Skip to content

Commit ac14af2

Browse files
jpbetzliggitt
andauthored
Update pkg/validation/strfmt/kubernetes-extensions.go
Co-authored-by: Jordan Liggitt <[email protected]>
1 parent 15861bc commit ac14af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/validation/strfmt/kubernetes-extensions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func IsShortName(value string) bool {
9898
// leading/trailing).
9999
//
100100
// LongName almost conforms to the definition of a subdomain in DNS (RFC 1123),
101-
// except that uppercase letters are not allowed. and there is no max length
101+
// except that uppercase letters are not allowed, and there is no max length
102102
// limit of 63 for each of the dot-separated DNS Labels that make up the
103103
// subdomain.
104104
//

0 commit comments

Comments
 (0)