Share via


ImageVolumeSourceV1.PullPolicy Property

Definition

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

Applies to