Class: module:model/V1ImageReplacement

module:model/V1ImageReplacement()

new module:model/V1ImageReplacement()

Constructs a new V1ImageReplacement.
Source:

Members

(inner) name :String

Name specifies which image name in live workloads will be replaced. Example: us.gcr.io/my-staging-registry/widget
Type:
  • String
Source:

(inner) namespace :String

Namespace optionally specifies which namespace will be searched.
Type:
  • String
Source:

(inner) newName :String

NewName provides a replacement for the image name (the part before the tag). If this is left unset, the image name will not be changed. Example: us.gcr.io/my-dev-registry/username/widget
Type:
  • String
Source:

(inner) newTag :String

NewTag provides a replacement tag for the image. If this is left unset, the image tag will not be changed. Example: v1.0.0-snapshot-abc123
Type:
  • String
Source: