Merge pull request #9071 from derekwaynecarr/fix_run

Fix kubectl run broken at HEAD
This commit is contained in:
Eric Tune 2015-06-01 14:11:54 -07:00
commit 497f99ff85

View File

@ -29,8 +29,8 @@ type BasicReplicationController struct{}
func (BasicReplicationController) ParamNames() []GeneratorParam { func (BasicReplicationController) ParamNames() []GeneratorParam {
return []GeneratorParam{ return []GeneratorParam{
{"labels", false}, {"labels", false},
{"default-name", true}, {"default-name", false},
{"name", false}, {"name", true},
{"replicas", true}, {"replicas", true},
{"image", true}, {"image", true},
{"port", false}, {"port", false},