imagePullPolicy property

String? imagePullPolicy
getter/setter pair

Image pull policy.

One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.

Implementation

core.String? imagePullPolicy;