Container Http Get Response
data class ContainerHttpGetResponse(val httpHeaders: List<HttpHeaderResponse>? = null, val path: String? = null, val port: Int, val scheme: String? = null)
The container Http Get settings, for liveness or readiness probe
Constructors
Link copied to clipboard
constructor(httpHeaders: List<HttpHeaderResponse>? = null, path: String? = null, port: Int, scheme: String? = null)