1
0
mirror of https://github.com/rancher/types.git synced 2025-08-28 16:50:30 +00:00

vendor bump up

This commit is contained in:
Alena Prokharchyk 2018-06-19 09:56:40 -07:00
parent 6ef9042445
commit e034ea4ecc
2 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,4 @@ golang.org/x/sync fd80eb99c8f653c847d294a001bdf2a3a6
github.com/rancher/norman df1aea6651585bc249927e5c42a9bad3082f9be5
github.com/rancher/norman e03c72e8551d1c8f51270da0faa40b1235d03e1c

View File

@ -78,6 +78,8 @@ func getTypeString(nullable bool, typeName string, schema *types.Schema, schemas
return "intstr.IntOrString"
case "dnsLabel":
return "string"
case "dnsLabelRestricted":
return "string"
case "hostname":
return "string"
default: