ephemeralContainers

@JvmName(name = "ltasgbxppecgyqrv")
suspend fun ephemeralContainers(value: Output<List<EphemeralContainerArgs>>)
@JvmName(name = "nabobhntuabxvyhi")
suspend fun ephemeralContainers(value: List<EphemeralContainerArgs>?)

Parameters

value

List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource.


@JvmName(name = "pdydxnnxasnsnafo")
suspend fun ephemeralContainers(vararg values: Output<EphemeralContainerArgs>)


@JvmName(name = "annrmemejpronqgd")
suspend fun ephemeralContainers(values: List<Output<EphemeralContainerArgs>>)
@JvmName(name = "ekokjvrcagnexjen")
suspend fun ephemeralContainers(vararg values: EphemeralContainerArgs)

Parameters

values

List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource.


@JvmName(name = "rvuypnimrqfclnrn")
suspend fun ephemeralContainers(argument: List<suspend EphemeralContainerArgsBuilder.() -> Unit>)
@JvmName(name = "qswngaammqehpvih")
suspend fun ephemeralContainers(vararg argument: suspend EphemeralContainerArgsBuilder.() -> Unit)
@JvmName(name = "hnnqsqnfgrjkwstm")
suspend fun ephemeralContainers(argument: suspend EphemeralContainerArgsBuilder.() -> Unit)

Parameters

argument

List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource.