mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +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 (
|
||||
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(`
|
||||
Update existing container image(s) of resources.
|
||||
|
Loading…
Reference in New Issue
Block a user