public static final class V1beta1Extensions.ReplicaSetSpec extends com.google.protobuf.GeneratedMessageV3 implements V1beta1Extensions.ReplicaSetSpecOrBuilder
ReplicaSetSpec is the specification of a ReplicaSet.Protobuf type
k8s.io.api.extensions.v1beta1.ReplicaSetSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1beta1Extensions.ReplicaSetSpec.Builder
ReplicaSetSpec is the specification of a ReplicaSet.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
MINREADYSECONDS_FIELD_NUMBER |
static com.google.protobuf.Parser<V1beta1Extensions.ReplicaSetSpec> |
PARSER
Deprecated.
|
static int |
REPLICAS_FIELD_NUMBER |
static int |
SELECTOR_FIELD_NUMBER |
static int |
TEMPLATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static V1beta1Extensions.ReplicaSetSpec |
getDefaultInstance() |
V1beta1Extensions.ReplicaSetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMinReadySeconds()
Minimum number of seconds for which a newly created pod should be ready
without any of its container crashing, for it to be considered available.
|
com.google.protobuf.Parser<V1beta1Extensions.ReplicaSetSpec> |
getParserForType() |
int |
getReplicas()
Replicas is the number of desired replicas.
|
Meta.LabelSelector |
getSelector()
Selector is a label query over pods that should match the replica count.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
Selector is a label query over pods that should match the replica count.
|
int |
getSerializedSize() |
V1.PodTemplateSpec |
getTemplate()
Template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
V1.PodTemplateSpecOrBuilder |
getTemplateOrBuilder()
Template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMinReadySeconds()
Minimum number of seconds for which a newly created pod should be ready
without any of its container crashing, for it to be considered available.
|
boolean |
hasReplicas()
Replicas is the number of desired replicas.
|
boolean |
hasSelector()
Selector is a label query over pods that should match the replica count.
|
boolean |
hasTemplate()
Template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1beta1Extensions.ReplicaSetSpec.Builder |
newBuilder() |
static V1beta1Extensions.ReplicaSetSpec.Builder |
newBuilder(V1beta1Extensions.ReplicaSetSpec prototype) |
V1beta1Extensions.ReplicaSetSpec.Builder |
newBuilderForType() |
protected V1beta1Extensions.ReplicaSetSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1beta1Extensions.ReplicaSetSpec |
parseDelimitedFrom(InputStream input) |
static V1beta1Extensions.ReplicaSetSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(byte[] data) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(ByteBuffer data) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(InputStream input) |
static V1beta1Extensions.ReplicaSetSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1beta1Extensions.ReplicaSetSpec> |
parser() |
V1beta1Extensions.ReplicaSetSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REPLICAS_FIELD_NUMBER
public static final int MINREADYSECONDS_FIELD_NUMBER
public static final int SELECTOR_FIELD_NUMBER
public static final int TEMPLATE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1beta1Extensions.ReplicaSetSpec> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasReplicas()
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller +optional
optional int32 replicas = 1;hasReplicas in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic int getReplicas()
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller +optional
optional int32 replicas = 1;getReplicas in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic boolean hasMinReadySeconds()
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) +optional
optional int32 minReadySeconds = 4;hasMinReadySeconds in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic int getMinReadySeconds()
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) +optional
optional int32 minReadySeconds = 4;getMinReadySeconds in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic boolean hasSelector()
Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;hasSelector in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic Meta.LabelSelector getSelector()
Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;getSelector in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;getSelectorOrBuilder in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic boolean hasTemplate()
Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template +optional
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;hasTemplate in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic V1.PodTemplateSpec getTemplate()
Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template +optional
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;getTemplate in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic V1.PodTemplateSpecOrBuilder getTemplateOrBuilder()
Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template +optional
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;getTemplateOrBuilder in interface V1beta1Extensions.ReplicaSetSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1beta1Extensions.ReplicaSetSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1beta1Extensions.ReplicaSetSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1beta1Extensions.ReplicaSetSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1beta1Extensions.ReplicaSetSpec.Builder newBuilder()
public static V1beta1Extensions.ReplicaSetSpec.Builder newBuilder(V1beta1Extensions.ReplicaSetSpec prototype)
public V1beta1Extensions.ReplicaSetSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1beta1Extensions.ReplicaSetSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1beta1Extensions.ReplicaSetSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1beta1Extensions.ReplicaSetSpec> parser()
public com.google.protobuf.Parser<V1beta1Extensions.ReplicaSetSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1beta1Extensions.ReplicaSetSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.