public static interface WorkloadGroupOuterClass.ReadinessProbeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
WorkloadGroupOuterClass.ExecHealthCheckConfig |
getExec()
Health is determined by how the command that is executed exited.
|
WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder |
getExecOrBuilder()
Health is determined by how the command that is executed exited.
|
int |
getFailureThreshold()
Minimum consecutive failures for the probe to be considered failed after having succeeded.
|
WorkloadGroupOuterClass.ReadinessProbe.HealthCheckMethodCase |
getHealthCheckMethodCase() |
WorkloadGroupOuterClass.HTTPHealthCheckConfig |
getHttpGet()
`httpGet` is performed to a given endpoint
and the status/able to connect determines health.
|
WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder |
getHttpGetOrBuilder()
`httpGet` is performed to a given endpoint
and the status/able to connect determines health.
|
int |
getInitialDelaySeconds()
Number of seconds after the container has started before readiness probes are initiated.
|
int |
getPeriodSeconds()
How often (in seconds) to perform the probe.
|
int |
getSuccessThreshold()
Minimum consecutive successes for the probe to be considered successful after having failed.
|
WorkloadGroupOuterClass.TCPHealthCheckConfig |
getTcpSocket()
Health is determined by if the proxy is able to connect.
|
WorkloadGroupOuterClass.TCPHealthCheckConfigOrBuilder |
getTcpSocketOrBuilder()
Health is determined by if the proxy is able to connect.
|
int |
getTimeoutSeconds()
Number of seconds after which the probe times out.
|
boolean |
hasExec()
Health is determined by how the command that is executed exited.
|
boolean |
hasHttpGet()
`httpGet` is performed to a given endpoint
and the status/able to connect determines health.
|
boolean |
hasTcpSocket()
Health is determined by if the proxy is able to connect.
|
int getInitialDelaySeconds()
Number of seconds after the container has started before readiness probes are initiated.
int32 initial_delay_seconds = 2;int getTimeoutSeconds()
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1 second.
int32 timeout_seconds = 3;int getPeriodSeconds()
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1 second.
int32 period_seconds = 4;int getSuccessThreshold()
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1 second.
int32 success_threshold = 5;int getFailureThreshold()
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3 seconds.
int32 failure_threshold = 6;boolean hasHttpGet()
`httpGet` is performed to a given endpoint and the status/able to connect determines health.
.istio.networking.v1alpha3.HTTPHealthCheckConfig http_get = 7;WorkloadGroupOuterClass.HTTPHealthCheckConfig getHttpGet()
`httpGet` is performed to a given endpoint and the status/able to connect determines health.
.istio.networking.v1alpha3.HTTPHealthCheckConfig http_get = 7;WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder getHttpGetOrBuilder()
`httpGet` is performed to a given endpoint and the status/able to connect determines health.
.istio.networking.v1alpha3.HTTPHealthCheckConfig http_get = 7;boolean hasTcpSocket()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;WorkloadGroupOuterClass.TCPHealthCheckConfig getTcpSocket()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;WorkloadGroupOuterClass.TCPHealthCheckConfigOrBuilder getTcpSocketOrBuilder()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;boolean hasExec()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;WorkloadGroupOuterClass.ExecHealthCheckConfig getExec()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder getExecOrBuilder()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;WorkloadGroupOuterClass.ReadinessProbe.HealthCheckMethodCase getHealthCheckMethodCase()
Copyright © 2018–2023 Alibaba Group. All rights reserved.