KubernetesEnvironmentResource.DefaultImagePullPolicy Property

Definition

Gets or sets the default 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 DefaultImagePullPolicy { get; set; }
member this.DefaultImagePullPolicy : string with get, set
Public Property DefaultImagePullPolicy As String

Property Value

Applies to