ContainerV1.ImagePullPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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