Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the v0.10.0 release,
observedGenerationbecame 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
observedGenerationis Integer.For example, kstatus accepts the Integer
observedGenerationbut 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