Skip to content

Commit

Permalink
Merge branch 'develop-tmp' of gitlab.alibaba-inc.com:sigma/sigma3 int…
Browse files Browse the repository at this point in the history
…o develop-tmp-xiaodai
  • Loading branch information
xiaodai committed Dec 5, 2018
2 parents 454ee00 + 07786e2 commit 3177f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func IsFullyQualifiedName(fldPath *field.Path, name string) field.ErrorList {

const labelValueFmt string = "(" + qualifiedNameFmt + ")?"
const labelValueErrMsg string = "a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character"
const LabelValueMaxLength int = 63
const LabelValueMaxLength int = 127

var labelValueRegexp = regexp.MustCompile("^" + labelValueFmt + "$")

Expand Down

0 comments on commit 3177f20

Please sign in to comment.