Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Use int32 and int64 instead of int in the api types #210

Open
staebler opened this issue May 9, 2018 · 0 comments
Open

Use int32 and int64 instead of int in the api types #210

staebler opened this issue May 9, 2018 · 0 comments

Comments

@staebler
Copy link
Contributor

staebler commented May 9, 2018

The type int is ambiguous. The kube recommendation is to use int32 or int64. See https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#primitive-types.

For example, ClusterStatus.MachineSetCount is an int when it should be an int32.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant