mirror of
https://github.com/rancher/types.git
synced 2025-07-10 12:03:04 +00:00
Update vendor
This commit is contained in:
parent
b277efff6b
commit
d3c5407fba
@ -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
|
||||
|
2
vendor/github.com/rancher/norman/types/reflection.go
generated
vendored
2
vendor/github.com/rancher/norman/types/reflection.go
generated
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user