mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Name is a required parameter for kubectl run, default-name is not
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user