Commit b69f1ff5 authored by derekwaynecarr's avatar derekwaynecarr

Name is a required parameter for kubectl run, default-name is not

parent 2ffb8751
......@@ -29,8 +29,8 @@ type BasicReplicationController struct{}
func (BasicReplicationController) ParamNames() []GeneratorParam {
return []GeneratorParam{
{"labels", false},
{"default-name", true},
{"name", false},
{"default-name", false},
{"name", true},
{"replicas", true},
{"image", true},
{"port", false},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment