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
|
||||
case reflect.Int32:
|
||||
fallthrough
|
||||
case reflect.Uint32:
|
||||
fallthrough
|
||||
case reflect.Int64:
|
||||
return "int", nil
|
||||
case reflect.Interface:
|
||||
|
Reference in New Issue
Block a user