public static final class V1beta2Apps.StatefulSetSpec extends com.google.protobuf.GeneratedMessageV3 implements V1beta2Apps.StatefulSetSpecOrBuilder
A StatefulSetSpec is the specification of a StatefulSet.Protobuf type
k8s.io.api.apps.v1beta2.StatefulSetSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1beta2Apps.StatefulSetSpec.Builder
A StatefulSetSpec is the specification of a StatefulSet.
|
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 com.google.protobuf.Parser<V1beta2Apps.StatefulSetSpec> |
PARSER
Deprecated.
|
static int |
PODMANAGEMENTPOLICY_FIELD_NUMBER |
static int |
REPLICAS_FIELD_NUMBER |
static int |
REVISIONHISTORYLIMIT_FIELD_NUMBER |
static int |
SELECTOR_FIELD_NUMBER |
static int |
SERVICENAME_FIELD_NUMBER |
static int |
TEMPLATE_FIELD_NUMBER |
static int |
UPDATESTRATEGY_FIELD_NUMBER |
static int |
VOLUMECLAIMTEMPLATES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static V1beta2Apps.StatefulSetSpec |
getDefaultInstance() |
V1beta2Apps.StatefulSetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<V1beta2Apps.StatefulSetSpec> |
getParserForType() |
String |
getPodManagementPolicy()
podManagementPolicy controls how pods are created during initial scale up,
when replacing pods on nodes, or when scaling down.
|
com.google.protobuf.ByteString |
getPodManagementPolicyBytes()
podManagementPolicy controls how pods are created during initial scale up,
when replacing pods on nodes, or when scaling down.
|
int |
getReplicas()
replicas is the desired number of replicas of the given Template.
|
int |
getRevisionHistoryLimit()
revisionHistoryLimit is the maximum number of revisions that will
be maintained in the StatefulSet's revision history.
|
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() |
String |
getServiceName()
serviceName is the name of the service that governs this StatefulSet.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
serviceName is the name of the service that governs this StatefulSet.
|
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() |
V1beta2Apps.StatefulSetUpdateStrategy |
getUpdateStrategy()
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1beta2Apps.StatefulSetUpdateStrategyOrBuilder |
getUpdateStrategyOrBuilder()
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1.PersistentVolumeClaim |
getVolumeClaimTemplates(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
int |
getVolumeClaimTemplatesCount()
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
List<V1.PersistentVolumeClaim> |
getVolumeClaimTemplatesList()
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1.PersistentVolumeClaimOrBuilder |
getVolumeClaimTemplatesOrBuilder(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
List<? extends V1.PersistentVolumeClaimOrBuilder> |
getVolumeClaimTemplatesOrBuilderList()
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
int |
hashCode() |
boolean |
hasPodManagementPolicy()
podManagementPolicy controls how pods are created during initial scale up,
when replacing pods on nodes, or when scaling down.
|
boolean |
hasReplicas()
replicas is the desired number of replicas of the given Template.
|
boolean |
hasRevisionHistoryLimit()
revisionHistoryLimit is the maximum number of revisions that will
be maintained in the StatefulSet's revision history.
|
boolean |
hasSelector()
selector is a label query over pods that should match the replica count.
|
boolean |
hasServiceName()
serviceName is the name of the service that governs this StatefulSet.
|
boolean |
hasTemplate()
template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
boolean |
hasUpdateStrategy()
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1beta2Apps.StatefulSetSpec.Builder |
newBuilder() |
static V1beta2Apps.StatefulSetSpec.Builder |
newBuilder(V1beta2Apps.StatefulSetSpec prototype) |
V1beta2Apps.StatefulSetSpec.Builder |
newBuilderForType() |
protected V1beta2Apps.StatefulSetSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1beta2Apps.StatefulSetSpec |
parseDelimitedFrom(InputStream input) |
static V1beta2Apps.StatefulSetSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(byte[] data) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(ByteBuffer data) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(InputStream input) |
static V1beta2Apps.StatefulSetSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1beta2Apps.StatefulSetSpec> |
parser() |
V1beta2Apps.StatefulSetSpec.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 SELECTOR_FIELD_NUMBER
public static final int TEMPLATE_FIELD_NUMBER
public static final int VOLUMECLAIMTEMPLATES_FIELD_NUMBER
public static final int SERVICENAME_FIELD_NUMBER
public static final int PODMANAGEMENTPOLICY_FIELD_NUMBER
public static final int UPDATESTRATEGY_FIELD_NUMBER
public static final int REVISIONHISTORYLIMIT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1beta2Apps.StatefulSetSpec> 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 desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. TODO: Consider a rename of this field. +optional
optional int32 replicas = 1;hasReplicas in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic int getReplicas()
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. TODO: Consider a rename of this field. +optional
optional int32 replicas = 1;getReplicas in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic boolean hasSelector()
selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;hasSelector in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic Meta.LabelSelector getSelector()
selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;getSelector in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;getSelectorOrBuilder in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic boolean hasTemplate()
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;hasTemplate in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1.PodTemplateSpec getTemplate()
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;getTemplate in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1.PodTemplateSpecOrBuilder getTemplateOrBuilder()
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;getTemplateOrBuilder in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic List<V1.PersistentVolumeClaim> getVolumeClaimTemplatesList()
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. TODO: Define the behavior if a claim already exists with the same name. +optional
repeated .k8s.io.api.core.v1.PersistentVolumeClaim volumeClaimTemplates = 4;getVolumeClaimTemplatesList in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic List<? extends V1.PersistentVolumeClaimOrBuilder> getVolumeClaimTemplatesOrBuilderList()
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. TODO: Define the behavior if a claim already exists with the same name. +optional
repeated .k8s.io.api.core.v1.PersistentVolumeClaim volumeClaimTemplates = 4;getVolumeClaimTemplatesOrBuilderList in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic int getVolumeClaimTemplatesCount()
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. TODO: Define the behavior if a claim already exists with the same name. +optional
repeated .k8s.io.api.core.v1.PersistentVolumeClaim volumeClaimTemplates = 4;getVolumeClaimTemplatesCount in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1.PersistentVolumeClaim getVolumeClaimTemplates(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. TODO: Define the behavior if a claim already exists with the same name. +optional
repeated .k8s.io.api.core.v1.PersistentVolumeClaim volumeClaimTemplates = 4;getVolumeClaimTemplates in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1.PersistentVolumeClaimOrBuilder getVolumeClaimTemplatesOrBuilder(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. TODO: Define the behavior if a claim already exists with the same name. +optional
repeated .k8s.io.api.core.v1.PersistentVolumeClaim volumeClaimTemplates = 4;getVolumeClaimTemplatesOrBuilder in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic boolean hasServiceName()
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
optional string serviceName = 5;hasServiceName in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic String getServiceName()
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
optional string serviceName = 5;getServiceName in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic com.google.protobuf.ByteString getServiceNameBytes()
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
optional string serviceName = 5;getServiceNameBytes in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic boolean hasPodManagementPolicy()
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. +optional
optional string podManagementPolicy = 6;hasPodManagementPolicy in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic String getPodManagementPolicy()
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. +optional
optional string podManagementPolicy = 6;getPodManagementPolicy in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic com.google.protobuf.ByteString getPodManagementPolicyBytes()
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. +optional
optional string podManagementPolicy = 6;getPodManagementPolicyBytes in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic boolean hasUpdateStrategy()
updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
optional .k8s.io.api.apps.v1beta2.StatefulSetUpdateStrategy updateStrategy = 7;
hasUpdateStrategy in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1beta2Apps.StatefulSetUpdateStrategy getUpdateStrategy()
updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
optional .k8s.io.api.apps.v1beta2.StatefulSetUpdateStrategy updateStrategy = 7;
getUpdateStrategy in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1beta2Apps.StatefulSetUpdateStrategyOrBuilder getUpdateStrategyOrBuilder()
updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
optional .k8s.io.api.apps.v1beta2.StatefulSetUpdateStrategy updateStrategy = 7;
getUpdateStrategyOrBuilder in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic boolean hasRevisionHistoryLimit()
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
optional int32 revisionHistoryLimit = 8;hasRevisionHistoryLimit in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic int getRevisionHistoryLimit()
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
optional int32 revisionHistoryLimit = 8;getRevisionHistoryLimit in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic 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 V1beta2Apps.StatefulSetSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1beta2Apps.StatefulSetSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1beta2Apps.StatefulSetSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1beta2Apps.StatefulSetSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1beta2Apps.StatefulSetSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1beta2Apps.StatefulSetSpec.Builder newBuilder()
public static V1beta2Apps.StatefulSetSpec.Builder newBuilder(V1beta2Apps.StatefulSetSpec prototype)
public V1beta2Apps.StatefulSetSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1beta2Apps.StatefulSetSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1beta2Apps.StatefulSetSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1beta2Apps.StatefulSetSpec> parser()
public com.google.protobuf.Parser<V1beta2Apps.StatefulSetSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1beta2Apps.StatefulSetSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.