imagePullPolicy

@JvmName(name = "ufapmuhpuhjoojsi")
suspend fun imagePullPolicy(value: Output<String>)
@JvmName(name = "ytsvmlbnubpijhax")
suspend fun imagePullPolicy(value: String?)

Parameters

value

The image pull policy for the container. Supported values are Always , IfNotPresent , and Never . This parameter defaults to IfNotPresent . However, if the :latest tag is specified, it defaults to Always . For more information, see Updating images in the Kubernetes documentation .