接口 WorkloadGroupOuterClass.ReadinessProbeOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface WorkloadGroupOuterClass.ReadinessProbeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getExec()Health is determined by how the command that is executed exited.Health is determined by how the command that is executed exited.intMinimum consecutive failures for the probe to be considered failed after having succeeded.`httpGet` is performed to a given endpoint and the status/able to connect determines health.`httpGet` is performed to a given endpoint and the status/able to connect determines health.intNumber of seconds after the container has started before readiness probes are initiated.intHow often (in seconds) to perform the probe.intMinimum consecutive successes for the probe to be considered successful after having failed.Health is determined by if the proxy is able to connect.Health is determined by if the proxy is able to connect.intNumber of seconds after which the probe times out.booleanhasExec()Health is determined by how the command that is executed exited.boolean`httpGet` is performed to a given endpoint and the status/able to connect determines health.booleanHealth is determined by if the proxy is able to connect.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
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
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()
-