1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-12 06:39:59 +00:00
norman/parse/builder
Alena Prokharchyk e03c72e855 DnsLabelRestricted type to validate against RFC 1035
k8s uses restricted format for services

dnsLabelRestricted: dns1035LabelFmt string = "[a-z]([-a-z0-9]*[a-z0-9])?"
dnsLabel:dns1123LabelFmt string = "[a-z0-9]([-a-z0-9]*[a-z0-9])?"
2018-06-19 09:47:36 -07:00
..
builder_test.go Default empty strings 2018-03-01 14:29:27 -07:00
builder.go DnsLabelRestricted type to validate against RFC 1035 2018-06-19 09:47:36 -07:00