Share via


ContainerV1.ImagePullPolicy Property

Definition

Specifies the image pull policy for the container. Determines when the container's image should be pulled from the repository. Common values are "Always", "IfNotPresent", and "Never". The default value is "IfNotPresent", which means the image will only be pulled if it is not present locally.

[YamlDotNet.Serialization.YamlMember(Alias="imagePullPolicy")]
public string ImagePullPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="imagePullPolicy")>]
member this.ImagePullPolicy : string with get, set
Public Property ImagePullPolicy As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to