mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Add events to kubecfg's list of resource types (kubectl appears to be correct already)
This commit is contained in:
@@ -80,6 +80,7 @@ var parser = kubecfg.NewParser(map[string]runtime.Object{
|
|||||||
"services": &api.Service{},
|
"services": &api.Service{},
|
||||||
"replicationControllers": &api.ReplicationController{},
|
"replicationControllers": &api.ReplicationController{},
|
||||||
"minions": &api.Minion{},
|
"minions": &api.Minion{},
|
||||||
|
"events": &api.Event{},
|
||||||
})
|
})
|
||||||
|
|
||||||
func usage() {
|
func usage() {
|
||||||
|
Reference in New Issue
Block a user