http Gets
Parameters
value
Health check using HTTP request method. See http_get below.
NOTE: When you configure
readiness_probe, you can select only one of theexec,tcp_socket,http_get.
Parameters
values
Health check using HTTP request method. See http_get below.
NOTE: When you configure
readiness_probe, you can select only one of theexec,tcp_socket,http_get.
suspend fun httpGets(argument: List<suspend ContainerGroupContainerLivenessProbeHttpGetArgsBuilder.() -> Unit>)
suspend fun httpGets(vararg argument: suspend ContainerGroupContainerLivenessProbeHttpGetArgsBuilder.() -> Unit)
suspend fun httpGets(argument: suspend ContainerGroupContainerLivenessProbeHttpGetArgsBuilder.() -> Unit)
Parameters
argument
Health check using HTTP request method. See http_get below.
NOTE: When you configure
readiness_probe, you can select only one of theexec,tcp_socket,http_get.