imagePullPolicy property

String? imagePullPolicy
final

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

.

Implementation

final String? imagePullPolicy;