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
When requesting a resource without version through methods
such as `RESTMapping`, the mapper would previously return a random
version rather than the preferred one, this change fixes that.
// Prepend if preferred version, else append. The upstream DiscoveryRestMappper assumes
255
+
// the first version is the preferred one: https://github.com/kubernetes/kubernetes/blob/ef54ac803b712137871c1a1f8d635d50e69ffa6c/staging/src/k8s.io/apimachinery/pkg/api/meta/restmapper.go#L458-L461
0 commit comments