mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #31860 from lojies/adddeployforsetimage
Automatic merge from submit-queue add deploy for deployment in kubectl set image help text add shorthand deploy for deployment in kubectl set image help text
This commit is contained in:
commit
7d09f954c4
@ -58,7 +58,7 @@ type ImageOptions struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
image_resources = `
|
image_resources = `
|
||||||
pod (po), replicationcontroller (rc), deployment, daemonset (ds), job, replicaset (rs)`
|
pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs)`
|
||||||
|
|
||||||
image_long = dedent.Dedent(`
|
image_long = dedent.Dedent(`
|
||||||
Update existing container image(s) of resources.
|
Update existing container image(s) of resources.
|
||||||
|
Loading…
Reference in New Issue
Block a user