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
Most (all?) Kubernetes API types implement both metav1.Object and runtime.Object. Code that needs both usually accepts either, then type asserts for the other.
It would be nice to have a union interface for the two and re-use that throughout our code
alexeldeib, Adirio, Gandem, johnharris85, ryysud and 5 more