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
Is the Argo-rollout community planning to convert the type to Integer?
In my opinion, we should do it because some tools in the eco-system expect the type of observedGeneration is Integer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
At the v0.10.0 release,
observedGeneration
became to contain a numeric value,but the type of the field is still String.
Is the Argo-rollout community planning to convert the type to Integer?
In my opinion, we should do it because some tools in the eco-system expect the type of
observedGeneration
is Integer.For example, kstatus accepts the Integer
observedGeneration
but does not accept numeric String. https://github.com/kubernetes-sigs/cli-utils/blob/dfab5b40aa3d8cf8493abcf4aad46c177fa0a44c/pkg/kstatus/status/generic.go#L83Beta Was this translation helpful? Give feedback.
All reactions