mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Name is a required parameter for kubectl run, default-name is not
This commit is contained in:
parent
2ffb875129
commit
b69f1ff5bd
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user