diff --git a/vendor.conf b/vendor.conf index 400fb87d..e16566eb 100644 --- a/vendor.conf +++ b/vendor.conf @@ -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 diff --git a/vendor/github.com/rancher/norman/types/reflection.go b/vendor/github.com/rancher/norman/types/reflection.go index a909be29..d2ef7ca2 100644 --- a/vendor/github.com/rancher/norman/types/reflection.go +++ b/vendor/github.com/rancher/norman/types/reflection.go @@ -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