接口 WorkloadGroupOuterClass.ReadinessProbeOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface WorkloadGroupOuterClass.ReadinessProbeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 WorkloadGroupOuterClass.ExecHealthCheckConfiggetExec()Health is determined by how the command that is executed exited.WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuildergetExecOrBuilder()Health is determined by how the command that is executed exited.intgetFailureThreshold()Minimum consecutive failures for the probe to be considered failed after having succeeded.WorkloadGroupOuterClass.ReadinessProbe.HealthCheckMethodCasegetHealthCheckMethodCase()WorkloadGroupOuterClass.HTTPHealthCheckConfiggetHttpGet()`httpGet` is performed to a given endpoint and the status/able to connect determines health.WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuildergetHttpGetOrBuilder()`httpGet` is performed to a given endpoint and the status/able to connect determines health.intgetInitialDelaySeconds()Number of seconds after the container has started before readiness probes are initiated.intgetPeriodSeconds()How often (in seconds) to perform the probe.intgetSuccessThreshold()Minimum consecutive successes for the probe to be considered successful after having failed.WorkloadGroupOuterClass.TCPHealthCheckConfiggetTcpSocket()Health is determined by if the proxy is able to connect.WorkloadGroupOuterClass.TCPHealthCheckConfigOrBuildergetTcpSocketOrBuilder()Health is determined by if the proxy is able to connect.intgetTimeoutSeconds()Number of seconds after which the probe times out.booleanhasExec()Health is determined by how the command that is executed exited.booleanhasHttpGet()`httpGet` is performed to a given endpoint and the status/able to connect determines health.booleanhasTcpSocket()Health is determined by if the proxy is able to connect.
-
-
-
方法详细资料
-
getInitialDelaySeconds
int getInitialDelaySeconds()
Number of seconds after the container has started before readiness probes are initiated.
int32 initial_delay_seconds = 2;- 返回:
- The initialDelaySeconds.
-
getTimeoutSeconds
int getTimeoutSeconds()
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1 second.
int32 timeout_seconds = 3;- 返回:
- The timeoutSeconds.
-
getPeriodSeconds
int getPeriodSeconds()
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1 second.
int32 period_seconds = 4;- 返回:
- The periodSeconds.
-
getSuccessThreshold
int getSuccessThreshold()
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1 second.
int32 success_threshold = 5;- 返回:
- The successThreshold.
-
getFailureThreshold
int getFailureThreshold()
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3 seconds.
int32 failure_threshold = 6;- 返回:
- The failureThreshold.
-
hasHttpGet
boolean hasHttpGet()
`httpGet` is performed to a given endpoint and the status/able to connect determines health.
.istio.networking.v1alpha3.HTTPHealthCheckConfig http_get = 7;- 返回:
- Whether the httpGet field is set.
-
getHttpGet
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;- 返回:
- The httpGet.
-
getHttpGetOrBuilder
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;
-
hasTcpSocket
boolean hasTcpSocket()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;- 返回:
- Whether the tcpSocket field is set.
-
getTcpSocket
WorkloadGroupOuterClass.TCPHealthCheckConfig getTcpSocket()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;- 返回:
- The tcpSocket.
-
getTcpSocketOrBuilder
WorkloadGroupOuterClass.TCPHealthCheckConfigOrBuilder getTcpSocketOrBuilder()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;
-
hasExec
boolean hasExec()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;- 返回:
- Whether the exec field is set.
-
getExec
WorkloadGroupOuterClass.ExecHealthCheckConfig getExec()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;- 返回:
- The exec.
-
getExecOrBuilder
WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder getExecOrBuilder()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;
-
getHealthCheckMethodCase
WorkloadGroupOuterClass.ReadinessProbe.HealthCheckMethodCase getHealthCheckMethodCase()
-
-