Commit 3ed9191a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #52164 from soltysh/set_job_image

Automatic merge from submit-queue Update set image description to remove job from resources that can update container image **What this PR does / why we need it**: This addressed the comment raised in https://github.com/kubernetes/kubernetes/issues/48388#issuecomment-322500960 by @harrissAvalon **Special notes for your reviewer**: **Release note**: ```release-note none ```
parents b05d8ad1 03e61e3f
......@@ -62,7 +62,7 @@ type ImageOptions struct {
var (
image_resources = `
pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs)`
pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), replicaset (rs)`
image_long = templates.LongDesc(`
Update existing container image(s) of resources.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment