readiness

@JvmName(name = "bpnfqvfgnbceluvs")
suspend fun readiness(value: Output<String>)
@JvmName(name = "gsmvcipvhbamknlg")
suspend fun readiness(value: String?)

Parameters

value

Container service status check. If the check fails, the traffic passing through K8s Service will not be transferred to the container. The format is: {"failureThreshold": 3,"initialDelaySeconds": 5,"successThreshold": 1,"timeoutSeconds": 1, "httpGet": {"path": "/consumer","port": 8080,"scheme": "HTTP","httpHeaders": [{"name": "test","value": "testvalue"} ]}}.