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

This commit is contained in:
Maciej Szulik 2017-09-08 14:16:40 +02:00
parent eda3db550b
commit 03e61e3f21
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4

View File

@ -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.