pullPolicy

@JvmName(name = "htvtytvvmvpdpjml")
suspend fun pullPolicy(value: Output<String>)
@JvmName(name = "olxefkfrpckhmmqv")
suspend fun pullPolicy(value: String?)

Parameters

value

Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.