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
Kubectl requests data as table which gets encoded in a wrapper type. Right now, we detect this just by looking at the kind/apiVersion, but it would be nice if there was a helper utility we could bring in from apimachinery, kubectl, etc instead.
Kubectl requests data as
tablewhich gets encoded in a wrapper type. Right now, we detect this just by looking at the kind/apiVersion, but it would be nice if there was a helper utility we could bring in from apimachinery, kubectl, etc instead.