Merge pull request #2083 from lavalamp/eventing2

Add events to kubecfg's list of resource types
pull/6/head
bgrant0607 2014-10-31 13:40:58 -07:00
commit 2ab2911856
1 changed files with 1 additions and 0 deletions

View File

@ -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() {