mirror of
https://github.com/rancher/norman.git
synced 2025-09-15 23:01:40 +00:00
Add hostname tag and fix dnsLabel validation issue
This commit is contained in:
@@ -101,6 +101,8 @@ func (s *Schemas) setupFilters(schema *Schema) {
|
||||
mods = []ModifierType{ModifierEQ, ModifierNE, ModifierIn, ModifierNotIn}
|
||||
case "dnsLabel":
|
||||
fallthrough
|
||||
case "hostname":
|
||||
fallthrough
|
||||
case "string":
|
||||
mods = []ModifierType{ModifierEQ, ModifierNE, ModifierIn, ModifierNotIn}
|
||||
case "int":
|
||||
|
Reference in New Issue
Block a user