ImageVolumeSourceV1.PullPolicy 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 pull policy for the image volume source. Determines how the container runtime should pull the image, for instance, always pulling a new version, or using a cached version if available.
[YamlDotNet.Serialization.YamlMember(Alias="pullPolicy")]
public string PullPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="pullPolicy")>]
member this.PullPolicy : string with get, set
Public Property PullPolicy As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute