ephemeralContainers

@JvmName(name = "uwgskvxvnqghdlll")
suspend fun ephemeralContainers(value: Output<List<EphemeralContainerPatchArgs>>)
@JvmName(name = "bhjtbnhvdtsbppwr")
suspend fun ephemeralContainers(value: List<EphemeralContainerPatchArgs>?)

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 = "alkvehscgyaqayrx")
suspend fun ephemeralContainers(vararg values: Output<EphemeralContainerPatchArgs>)


@JvmName(name = "qxmgiahonauyfxqn")
suspend fun ephemeralContainers(values: List<Output<EphemeralContainerPatchArgs>>)
@JvmName(name = "ojrahqfdqujlrsvc")
suspend fun ephemeralContainers(vararg values: EphemeralContainerPatchArgs)

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 = "juaxwdektnwospcp")
suspend fun ephemeralContainers(argument: List<suspend EphemeralContainerPatchArgsBuilder.() -> Unit>)
@JvmName(name = "arjpjyobgbaxdcer")
suspend fun ephemeralContainers(vararg argument: suspend EphemeralContainerPatchArgsBuilder.() -> Unit)
@JvmName(name = "ojwnnykfvghadbju")
suspend fun ephemeralContainers(argument: suspend EphemeralContainerPatchArgsBuilder.() -> 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.