Container Exec Args
data class ContainerExecArgs(val command: Output<List<String>>? = null) : ConvertibleToJava<ContainerExecArgs>
The container execution command, for liveness or readiness probe
The container execution command, for liveness or readiness probe