ImageSpec

Generic Image spec used to specify image repository, tag, pull policy, and pull secret for a container.

repository string

Image repository from which to pull.

tag string

Image tag to pull from repository.

pullPolicy string (Optional)

ImagePullPolicy for this image. Defaults to IfNotPresent. Valid values are IfNotPresent, Always, and Never.

pullSecret string (Optional)

Name of the secret which contains docker-registry credentials for the repository.