Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > imagePullPolicy
k8s.ContainerSpec.imagePullPolicy property
Image pull policy.
One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated.
More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
Signature:
imagePullPolicy?: "Always" | "Never" | "IfNotPresent";