Share via


ImagePullPolicy Enum

Definition

Image pull policies for container resources.

public enum ImagePullPolicy
type ImagePullPolicy = 
Public Enum ImagePullPolicy
Inheritance
ImagePullPolicy

Fields

Name Value Description
Default 0

Default image pull policy behavior. Currently this will be the same as the default behavior for your container runtime.

Always 1

Always pull the image when creating the container.

Missing 2

Pull the image only if it does not already exist.

Applies to