mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
"experimental" -> "extensions"
This commit is contained in:
@@ -113,7 +113,7 @@ func DescriberFor(group string, kind string, c *client.Client) (Describer, bool)
|
||||
switch group {
|
||||
case "":
|
||||
f, ok = describerMap(c)[kind]
|
||||
case "experimental":
|
||||
case "extensions":
|
||||
f, ok = expDescriberMap(c)[kind]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user