@@ -49,7 +49,7 @@ var dns1123LabelErrorMsg string = fmt.Sprintf(`must be a DNS label (at most %d c
...
@@ -49,7 +49,7 @@ var dns1123LabelErrorMsg string = fmt.Sprintf(`must be a DNS label (at most %d c
vardns952LabelErrorMsgstring=fmt.Sprintf(`must be a DNS 952 label (at most %d characters, matching regex %s): e.g. "my-name"`,util.DNS952LabelMaxLength,util.DNS952LabelFmt)
vardns952LabelErrorMsgstring=fmt.Sprintf(`must be a DNS 952 label (at most %d characters, matching regex %s): e.g. "my-name"`,util.DNS952LabelMaxLength,util.DNS952LabelFmt)
varportNameErrorMsgstring=fmt.Sprintf(`must be an IANA_SVC_NAME (at most 15 characters, matching regex %s, it must contain at least one letter [a-z], and hypens cannot be adjacent to other hyphens): e.g. "http"`,util.IdentifierNoHyphensBeginEndFmt)
varportNameErrorMsgstring=fmt.Sprintf(`must be an IANA_SVC_NAME (at most 15 characters, matching regex %s, it must contain at least one letter [a-z], and hyphens cannot be adjacent to other hyphens): e.g. "http"`,util.IdentifierNoHyphensBeginEndFmt)