Add events to kubecfg's list of resource types (kubectl appears to be correct already)

pull/6/head
Daniel Smith 2014-10-30 15:34:01 -07:00
parent b2b090c8f4
commit b6dd5d4cff
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() {