mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Internal rename api.Minion -> api.Node
This commit is contained in:
@@ -79,7 +79,7 @@ var parser = kubecfg.NewParser(map[string]runtime.Object{
|
||||
"pods": &api.Pod{},
|
||||
"services": &api.Service{},
|
||||
"replicationControllers": &api.ReplicationController{},
|
||||
"minions": &api.Minion{},
|
||||
"minions": &api.Node{},
|
||||
"events": &api.Event{},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user