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

This commit is contained in:
Daniel Smith 2014-10-30 15:34:01 -07:00
parent b2b090c8f4
commit b6dd5d4cff

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