Package k8s.io.api.core.v1
Class Generated.LifecycleHandler
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- k8s.io.api.core.v1.Generated.LifecycleHandler
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Generated.LifecycleHandlerOrBuilder
- Enclosing class:
- Generated
public static final class Generated.LifecycleHandler extends com.google.protobuf.GeneratedMessageV3 implements Generated.LifecycleHandlerOrBuilder
LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.
Protobuf typek8s.io.api.core.v1.LifecycleHandler- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerated.LifecycleHandler.BuilderLifecycleHandler defines a specific action that should be taken in a lifecycle hook.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intEXEC_FIELD_NUMBERstatic intHTTPGET_FIELD_NUMBERstatic com.google.protobuf.Parser<Generated.LifecycleHandler>PARSERDeprecated.static intSLEEP_FIELD_NUMBERstatic intTCPSOCKET_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Generated.LifecycleHandlergetDefaultInstance()Generated.LifecycleHandlergetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Generated.ExecActiongetExec()Exec specifies a command to execute in the container.Generated.ExecActionOrBuildergetExecOrBuilder()Exec specifies a command to execute in the container.Generated.HTTPGetActiongetHttpGet()HTTPGet specifies an HTTP GET request to perform.Generated.HTTPGetActionOrBuildergetHttpGetOrBuilder()HTTPGet specifies an HTTP GET request to perform.com.google.protobuf.Parser<Generated.LifecycleHandler>getParserForType()intgetSerializedSize()Generated.SleepActiongetSleep()Sleep represents a duration that the container should sleep.Generated.SleepActionOrBuildergetSleepOrBuilder()Sleep represents a duration that the container should sleep.Generated.TCPSocketActiongetTcpSocket()Deprecated.Generated.TCPSocketActionOrBuildergetTcpSocketOrBuilder()Deprecated.booleanhasExec()Exec specifies a command to execute in the container.inthashCode()booleanhasHttpGet()HTTPGet specifies an HTTP GET request to perform.booleanhasSleep()Sleep represents a duration that the container should sleep.booleanhasTcpSocket()Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Generated.LifecycleHandler.BuildernewBuilder()static Generated.LifecycleHandler.BuildernewBuilder(Generated.LifecycleHandler prototype)Generated.LifecycleHandler.BuildernewBuilderForType()protected Generated.LifecycleHandler.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Generated.LifecycleHandlerparseDelimitedFrom(InputStream input)static Generated.LifecycleHandlerparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.LifecycleHandlerparseFrom(byte[] data)static Generated.LifecycleHandlerparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.LifecycleHandlerparseFrom(com.google.protobuf.ByteString data)static Generated.LifecycleHandlerparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.LifecycleHandlerparseFrom(com.google.protobuf.CodedInputStream input)static Generated.LifecycleHandlerparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.LifecycleHandlerparseFrom(InputStream input)static Generated.LifecycleHandlerparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.LifecycleHandlerparseFrom(ByteBuffer data)static Generated.LifecycleHandlerparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Generated.LifecycleHandler>parser()Generated.LifecycleHandler.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
EXEC_FIELD_NUMBER
public static final int EXEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HTTPGET_FIELD_NUMBER
public static final int HTTPGET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TCPSOCKET_FIELD_NUMBER
public static final int TCPSOCKET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SLEEP_FIELD_NUMBER
public static final int SLEEP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Generated.LifecycleHandler> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasExec
public boolean hasExec()
Exec specifies a command to execute in the container. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;- Specified by:
hasExecin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- Whether the exec field is set.
-
getExec
public Generated.ExecAction getExec()
Exec specifies a command to execute in the container. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;- Specified by:
getExecin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- The exec.
-
getExecOrBuilder
public Generated.ExecActionOrBuilder getExecOrBuilder()
Exec specifies a command to execute in the container. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;- Specified by:
getExecOrBuilderin interfaceGenerated.LifecycleHandlerOrBuilder
-
hasHttpGet
public boolean hasHttpGet()
HTTPGet specifies an HTTP GET request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;- Specified by:
hasHttpGetin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- Whether the httpGet field is set.
-
getHttpGet
public Generated.HTTPGetAction getHttpGet()
HTTPGet specifies an HTTP GET request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;- Specified by:
getHttpGetin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- The httpGet.
-
getHttpGetOrBuilder
public Generated.HTTPGetActionOrBuilder getHttpGetOrBuilder()
HTTPGet specifies an HTTP GET request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;- Specified by:
getHttpGetOrBuilderin interfaceGenerated.LifecycleHandlerOrBuilder
-
hasTcpSocket
public boolean hasTcpSocket()
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified. +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;- Specified by:
hasTcpSocketin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- Whether the tcpSocket field is set.
-
getTcpSocket
public Generated.TCPSocketAction getTcpSocket()
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified. +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;- Specified by:
getTcpSocketin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- The tcpSocket.
-
getTcpSocketOrBuilder
public Generated.TCPSocketActionOrBuilder getTcpSocketOrBuilder()
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified. +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;- Specified by:
getTcpSocketOrBuilderin interfaceGenerated.LifecycleHandlerOrBuilder
-
hasSleep
public boolean hasSleep()
Sleep represents a duration that the container should sleep. +featureGate=PodLifecycleSleepAction +optional
optional .k8s.io.api.core.v1.SleepAction sleep = 4;- Specified by:
hasSleepin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- Whether the sleep field is set.
-
getSleep
public Generated.SleepAction getSleep()
Sleep represents a duration that the container should sleep. +featureGate=PodLifecycleSleepAction +optional
optional .k8s.io.api.core.v1.SleepAction sleep = 4;- Specified by:
getSleepin interfaceGenerated.LifecycleHandlerOrBuilder- Returns:
- The sleep.
-
getSleepOrBuilder
public Generated.SleepActionOrBuilder getSleepOrBuilder()
Sleep represents a duration that the container should sleep. +featureGate=PodLifecycleSleepAction +optional
optional .k8s.io.api.core.v1.SleepAction sleep = 4;- Specified by:
getSleepOrBuilderin interfaceGenerated.LifecycleHandlerOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Generated.LifecycleHandler parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Generated.LifecycleHandler parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Generated.LifecycleHandler parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.LifecycleHandler parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Generated.LifecycleHandler.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Generated.LifecycleHandler.Builder newBuilder()
-
newBuilder
public static Generated.LifecycleHandler.Builder newBuilder(Generated.LifecycleHandler prototype)
-
toBuilder
public Generated.LifecycleHandler.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Generated.LifecycleHandler.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Generated.LifecycleHandler getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Generated.LifecycleHandler> parser()
-
getParserForType
public com.google.protobuf.Parser<Generated.LifecycleHandler> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Generated.LifecycleHandler getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-