Update set image description to remove job from resources that can update container image

parent eda3db55
...@@ -62,7 +62,7 @@ type ImageOptions struct { ...@@ -62,7 +62,7 @@ type ImageOptions struct {
var ( var (
image_resources = ` 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(` image_long = templates.LongDesc(`
Update existing container image(s) of resources. 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