mirror of
https://github.com/rancher/norman.git
synced 2025-09-19 18:16:15 +00:00
Support uint32
This commit is contained in:
@@ -438,6 +438,8 @@ func (s *Schemas) determineSchemaType(version *APIVersion, t reflect.Type) (stri
|
|||||||
fallthrough
|
fallthrough
|
||||||
case reflect.Int32:
|
case reflect.Int32:
|
||||||
fallthrough
|
fallthrough
|
||||||
|
case reflect.Uint32:
|
||||||
|
fallthrough
|
||||||
case reflect.Int64:
|
case reflect.Int64:
|
||||||
return "int", nil
|
return "int", nil
|
||||||
case reflect.Interface:
|
case reflect.Interface:
|
||||||
|
Reference in New Issue
Block a user