gxthrj commented on a change in pull request #715:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/715#discussion_r737616925



##########
File path: pkg/config/config.go
##########
@@ -56,6 +58,8 @@ const (
        ApisixRouteV2beta2 = "apisix.apache.org/v2beta2"
 
        _minimalResyncInterval = 30 * time.Second
+
+       LabelNameInvalidMsg = "a qualified name must consist of alphanumeric 
characters, '-', '_' or '.', and must start and end with an alphanumeric 
character (e.g. 'MyName',  or 'my.name',  or '123-abc', regex used for 
validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS 
subdomain prefix and '/' (e.g. 'example.com/MyName')"

Review comment:
       Removed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to