1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 05:09:10 +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

@@ -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: