类 WorkloadGroupOuterClass.ReadinessProbe
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- istio.networking.v1alpha3.WorkloadGroupOuterClass.ReadinessProbe
-
- 所有已实现的接口:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,WorkloadGroupOuterClass.ReadinessProbeOrBuilder,java.io.Serializable
public static final class WorkloadGroupOuterClass.ReadinessProbe extends com.google.protobuf.GeneratedMessageV3 implements WorkloadGroupOuterClass.ReadinessProbeOrBuilder
Protobuf typeistio.networking.v1alpha3.ReadinessProbe- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classWorkloadGroupOuterClass.ReadinessProbe.BuilderProtobuf typeistio.networking.v1alpha3.ReadinessProbestatic classWorkloadGroupOuterClass.ReadinessProbe.HealthCheckMethodCase-
从类继承的嵌套类/接口 com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
字段概要
字段 修饰符和类型 字段 说明 private static WorkloadGroupOuterClass.ReadinessProbeDEFAULT_INSTANCEstatic intEXEC_FIELD_NUMBERstatic intFAILURE_THRESHOLD_FIELD_NUMBERprivate intfailureThreshold_private java.lang.ObjecthealthCheckMethod_private inthealthCheckMethodCase_static intHTTP_GET_FIELD_NUMBERstatic intINITIAL_DELAY_SECONDS_FIELD_NUMBERprivate intinitialDelaySeconds_private bytememoizedIsInitializedprivate static com.google.protobuf.Parser<WorkloadGroupOuterClass.ReadinessProbe>PARSERstatic intPERIOD_SECONDS_FIELD_NUMBERprivate intperiodSeconds_private static longserialVersionUIDstatic intSUCCESS_THRESHOLD_FIELD_NUMBERprivate intsuccessThreshold_static intTCP_SOCKET_FIELD_NUMBERstatic intTIMEOUT_SECONDS_FIELD_NUMBERprivate inttimeoutSeconds_
-
构造器概要
构造器 限定符 构造器 说明 privateReadinessProbe()privateReadinessProbe(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)static WorkloadGroupOuterClass.ReadinessProbegetDefaultInstance()WorkloadGroupOuterClass.ReadinessProbegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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.com.google.protobuf.Parser<WorkloadGroupOuterClass.ReadinessProbe>getParserForType()intgetPeriodSeconds()How often (in seconds) to perform the probe.intgetSerializedSize()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.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasExec()Health is determined by how the command that is executed exited.inthashCode()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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static WorkloadGroupOuterClass.ReadinessProbe.BuildernewBuilder()static WorkloadGroupOuterClass.ReadinessProbe.BuildernewBuilder(WorkloadGroupOuterClass.ReadinessProbe prototype)WorkloadGroupOuterClass.ReadinessProbe.BuildernewBuilderForType()protected WorkloadGroupOuterClass.ReadinessProbe.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static WorkloadGroupOuterClass.ReadinessProbeparseDelimitedFrom(java.io.InputStream input)static WorkloadGroupOuterClass.ReadinessProbeparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(byte[] data)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(com.google.protobuf.ByteString data)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(com.google.protobuf.CodedInputStream input)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(java.io.InputStream input)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(java.nio.ByteBuffer data)static WorkloadGroupOuterClass.ReadinessProbeparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<WorkloadGroupOuterClass.ReadinessProbe>parser()WorkloadGroupOuterClass.ReadinessProbe.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
从类继承的方法 com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
-
-
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID
- 另请参阅:
- 常量字段值
-
healthCheckMethodCase_
private int healthCheckMethodCase_
-
healthCheckMethod_
private java.lang.Object healthCheckMethod_
-
INITIAL_DELAY_SECONDS_FIELD_NUMBER
public static final int INITIAL_DELAY_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
initialDelaySeconds_
private int initialDelaySeconds_
-
TIMEOUT_SECONDS_FIELD_NUMBER
public static final int TIMEOUT_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
timeoutSeconds_
private int timeoutSeconds_
-
PERIOD_SECONDS_FIELD_NUMBER
public static final int PERIOD_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
periodSeconds_
private int periodSeconds_
-
SUCCESS_THRESHOLD_FIELD_NUMBER
public static final int SUCCESS_THRESHOLD_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
successThreshold_
private int successThreshold_
-
FAILURE_THRESHOLD_FIELD_NUMBER
public static final int FAILURE_THRESHOLD_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
failureThreshold_
private int failureThreshold_
-
HTTP_GET_FIELD_NUMBER
public static final int HTTP_GET_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
TCP_SOCKET_FIELD_NUMBER
public static final int TCP_SOCKET_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
EXEC_FIELD_NUMBER
public static final int EXEC_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final WorkloadGroupOuterClass.ReadinessProbe DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<WorkloadGroupOuterClass.ReadinessProbe> PARSER
-
-
方法详细资料
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- 覆盖:
newInstance在类中com.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- 指定者:
getUnknownFields在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getUnknownFields在类中com.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3
-
getHealthCheckMethodCase
public WorkloadGroupOuterClass.ReadinessProbe.HealthCheckMethodCase getHealthCheckMethodCase()
-
getInitialDelaySeconds
public int getInitialDelaySeconds()
Number of seconds after the container has started before readiness probes are initiated.
int32 initial_delay_seconds = 2;- 指定者:
getInitialDelaySeconds在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The initialDelaySeconds.
-
getTimeoutSeconds
public int getTimeoutSeconds()
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1 second.
int32 timeout_seconds = 3;- 指定者:
getTimeoutSeconds在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The timeoutSeconds.
-
getPeriodSeconds
public int getPeriodSeconds()
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1 second.
int32 period_seconds = 4;- 指定者:
getPeriodSeconds在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The periodSeconds.
-
getSuccessThreshold
public int getSuccessThreshold()
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1 second.
int32 success_threshold = 5;- 指定者:
getSuccessThreshold在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The successThreshold.
-
getFailureThreshold
public int getFailureThreshold()
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3 seconds.
int32 failure_threshold = 6;- 指定者:
getFailureThreshold在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The failureThreshold.
-
hasHttpGet
public boolean hasHttpGet()
`httpGet` is performed to a given endpoint and the status/able to connect determines health.
.istio.networking.v1alpha3.HTTPHealthCheckConfig http_get = 7;- 指定者:
hasHttpGet在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- Whether the httpGet field is set.
-
getHttpGet
public 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;- 指定者:
getHttpGet在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The httpGet.
-
getHttpGetOrBuilder
public 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
public boolean hasTcpSocket()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;- 指定者:
hasTcpSocket在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- Whether the tcpSocket field is set.
-
getTcpSocket
public WorkloadGroupOuterClass.TCPHealthCheckConfig getTcpSocket()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;- 指定者:
getTcpSocket在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The tcpSocket.
-
getTcpSocketOrBuilder
public WorkloadGroupOuterClass.TCPHealthCheckConfigOrBuilder getTcpSocketOrBuilder()
Health is determined by if the proxy is able to connect.
.istio.networking.v1alpha3.TCPHealthCheckConfig tcp_socket = 8;
-
hasExec
public boolean hasExec()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;- 指定者:
hasExec在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- Whether the exec field is set.
-
getExec
public WorkloadGroupOuterClass.ExecHealthCheckConfig getExec()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;- 指定者:
getExec在接口中WorkloadGroupOuterClass.ReadinessProbeOrBuilder- 返回:
- The exec.
-
getExecOrBuilder
public WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder getExecOrBuilder()
Health is determined by how the command that is executed exited.
.istio.networking.v1alpha3.ExecHealthCheckConfig exec = 9;
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- 指定者:
writeTo在接口中com.google.protobuf.MessageLite- 覆盖:
writeTo在类中com.google.protobuf.GeneratedMessageV3- 抛出:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- 指定者:
getSerializedSize在接口中com.google.protobuf.MessageLite- 覆盖:
getSerializedSize在类中com.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- 指定者:
equals在接口中com.google.protobuf.Message- 覆盖:
equals在类中com.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- 指定者:
hashCode在接口中com.google.protobuf.Message- 覆盖:
hashCode在类中com.google.protobuf.AbstractMessage
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(java.io.InputStream input) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseDelimitedFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseDelimitedFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- 抛出:
java.io.IOException
-
parseFrom
public static WorkloadGroupOuterClass.ReadinessProbe parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 抛出:
java.io.IOException
-
newBuilderForType
public WorkloadGroupOuterClass.ReadinessProbe.Builder newBuilderForType()
- 指定者:
newBuilderForType在接口中com.google.protobuf.Message- 指定者:
newBuilderForType在接口中com.google.protobuf.MessageLite
-
newBuilder
public static WorkloadGroupOuterClass.ReadinessProbe.Builder newBuilder()
-
newBuilder
public static WorkloadGroupOuterClass.ReadinessProbe.Builder newBuilder(WorkloadGroupOuterClass.ReadinessProbe prototype)
-
toBuilder
public WorkloadGroupOuterClass.ReadinessProbe.Builder toBuilder()
- 指定者:
toBuilder在接口中com.google.protobuf.Message- 指定者:
toBuilder在接口中com.google.protobuf.MessageLite
-
newBuilderForType
protected WorkloadGroupOuterClass.ReadinessProbe.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- 指定者:
newBuilderForType在类中com.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static WorkloadGroupOuterClass.ReadinessProbe getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<WorkloadGroupOuterClass.ReadinessProbe> parser()
-
getParserForType
public com.google.protobuf.Parser<WorkloadGroupOuterClass.ReadinessProbe> getParserForType()
- 指定者:
getParserForType在接口中com.google.protobuf.Message- 指定者:
getParserForType在接口中com.google.protobuf.MessageLite- 覆盖:
getParserForType在类中com.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public WorkloadGroupOuterClass.ReadinessProbe getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
-