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 ContainerGroupContainerReadinessProbeHttpGetArgsBuilder.() -> Unit>)
suspend fun httpGets(vararg argument: suspend ContainerGroupContainerReadinessProbeHttpGetArgsBuilder.() -> Unit)
suspend fun httpGets(argument: suspend ContainerGroupContainerReadinessProbeHttpGetArgsBuilder.() -> 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
.