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
{{ message }}
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
The type
int
is ambiguous. The kube recommendation is to useint32
orint64
. See https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#primitive-types.For example,
ClusterStatus.MachineSetCount
is anint
when it should be anint32
.cluster-operator/pkg/apis/clusteroperator/types.go
Line 283 in 79820f3
The text was updated successfully, but these errors were encountered: