mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #2083 from lavalamp/eventing2
Add events to kubecfg's list of resource types
This commit is contained in:
commit
2ab2911856
@ -80,6 +80,7 @@ var parser = kubecfg.NewParser(map[string]runtime.Object{
|
||||
"services": &api.Service{},
|
||||
"replicationControllers": &api.ReplicationController{},
|
||||
"minions": &api.Minion{},
|
||||
"events": &api.Event{},
|
||||
})
|
||||
|
||||
func usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user