imagePullPolicy

@JvmName(name = "lxgrwkpxibpsvkfp")
suspend fun imagePullPolicy(value: Output<String>)
@JvmName(name = "igidpdcqdowcgjxk")
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 .