1
0
mirror of https://github.com/rancher/types.git synced 2025-07-10 20:13:04 +00:00

Update vendor

This commit is contained in:
Darren Shepherd 2018-01-23 11:32:23 -07:00
parent b277efff6b
commit d3c5407fba
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ k8s.io/kubernetes v1.8.3
bitbucket.org/ww/goautoneg a547fc61f48d567d5b4ec6f8aee5573d8efce11d https://github.com/rancher/goautoneg.git
golang.org/x/sync fd80eb99c8f653c847d294a001bdf2a3a6f768f5
github.com/rancher/norman 0d8fd60120040ffc232e303b8e260be02ca623c3
github.com/rancher/norman 0b548c23c75c159d4351385cec07a35281c8f5f7

View File

@ -313,7 +313,7 @@ func applyTag(structField *reflect.StructField, field *Field) error {
field.CodeName = value
case "default":
field.Default = value
case "nullabled":
case "nullable":
field.Nullable = true
case "nocreate":
field.Create = false