Share via


KubernetesPublisherOptions.ImagePullPolicy Property

Definition

Gets or sets the policy that determines how Docker images are pulled during deployment. Possible values are: "Always" - Always attempt to pull the image from the registry. "IfNotPresent" - Pull the image only if it is not already present locally. "Never" - Never pull the image, use only the local image. The default value is "IfNotPresent".

public string ImagePullPolicy { get; set; }
member this.ImagePullPolicy : string with get, set
Public Property ImagePullPolicy As String

Property Value

Applies to