mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #9071 from derekwaynecarr/fix_run
Fix kubectl run broken at HEAD
This commit is contained in:
commit
497f99ff85
@ -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