You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is problematic because at the moment, for example, fields representing server ports are typed as int64 which map them to misleading types such as Long in Java.
The text was updated successfully, but these errors were encountered:
Description
uint32
is currently mapped to OpenAPI numericinteger
type which seems OK, but with a format ofint64
.Is there any reason for this? or is it a typo?
The mapping is located here:
kube-openapi/pkg/common/common.go
Line 187 in 67ed584
This is problematic because at the moment, for example, fields representing server ports are typed as
int64
which map them to misleading types such asLong
in Java.The text was updated successfully, but these errors were encountered: