imagePullSecrets

@JvmName(name = "qpentruccrxtucwc")
suspend fun imagePullSecrets(value: Output<List<LocalObjectReferencePatchArgs>>)
@JvmName(name = "ndinrxunjfcmmglu")
suspend fun imagePullSecrets(value: List<LocalObjectReferencePatchArgs>?)

Parameters

value

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod


@JvmName(name = "xdrilypcgvnyaytm")
suspend fun imagePullSecrets(vararg values: Output<LocalObjectReferencePatchArgs>)


@JvmName(name = "iwubqciddrgsdonp")
suspend fun imagePullSecrets(values: List<Output<LocalObjectReferencePatchArgs>>)
@JvmName(name = "opxrobkdldmprwhy")
suspend fun imagePullSecrets(vararg values: LocalObjectReferencePatchArgs)

Parameters

values

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod


@JvmName(name = "mhdoecgqkguqfkug")
suspend fun imagePullSecrets(argument: List<suspend LocalObjectReferencePatchArgsBuilder.() -> Unit>)
@JvmName(name = "bmurpiwwjmgptdxl")
suspend fun imagePullSecrets(vararg argument: suspend LocalObjectReferencePatchArgsBuilder.() -> Unit)
@JvmName(name = "gjfurbaxgbpawjhj")
suspend fun imagePullSecrets(argument: suspend LocalObjectReferencePatchArgsBuilder.() -> Unit)

Parameters

argument

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod