public static final class V1Apps.StatefulSetSpec extends com.google.protobuf.GeneratedMessageV3 implements V1Apps.StatefulSetSpecOrBuilder
A StatefulSetSpec is the specification of a StatefulSet.Protobuf type
k8s.io.api.apps.v1.StatefulSetSpec
Modifier and Type | Class and Description |
---|---|
static class |
V1Apps.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<V1Apps.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 V1Apps.StatefulSetSpec |
getDefaultInstance() |
V1Apps.StatefulSetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<V1Apps.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() |
V1Apps.StatefulSetUpdateStrategy |
getUpdateStrategy()
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1Apps.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 V1Apps.StatefulSetSpec.Builder |
newBuilder() |
static V1Apps.StatefulSetSpec.Builder |
newBuilder(V1Apps.StatefulSetSpec prototype) |
V1Apps.StatefulSetSpec.Builder |
newBuilderForType() |
protected V1Apps.StatefulSetSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1Apps.StatefulSetSpec |
parseDelimitedFrom(InputStream input) |
static V1Apps.StatefulSetSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.StatefulSetSpec |
parseFrom(byte[] data) |
static V1Apps.StatefulSetSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.StatefulSetSpec |
parseFrom(ByteBuffer data) |
static V1Apps.StatefulSetSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1Apps.StatefulSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.StatefulSetSpec |
parseFrom(InputStream input) |
static V1Apps.StatefulSetSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1Apps.StatefulSetSpec> |
parser() |
V1Apps.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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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<V1Apps.StatefulSetSpec> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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.v1.StatefulSetUpdateStrategy updateStrategy = 7;
hasUpdateStrategy
in interface V1Apps.StatefulSetSpecOrBuilder
public V1Apps.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.v1.StatefulSetUpdateStrategy updateStrategy = 7;
getUpdateStrategy
in interface V1Apps.StatefulSetSpecOrBuilder
public V1Apps.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.v1.StatefulSetUpdateStrategy updateStrategy = 7;
getUpdateStrategyOrBuilder
in interface V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public 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 V1Apps.StatefulSetSpecOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static V1Apps.StatefulSetSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.StatefulSetSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.StatefulSetSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.StatefulSetSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.StatefulSetSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.StatefulSetSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.StatefulSetSpec parseFrom(InputStream input) throws IOException
IOException
public static V1Apps.StatefulSetSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1Apps.StatefulSetSpec parseDelimitedFrom(InputStream input) throws IOException
IOException
public static V1Apps.StatefulSetSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1Apps.StatefulSetSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static V1Apps.StatefulSetSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public V1Apps.StatefulSetSpec.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static V1Apps.StatefulSetSpec.Builder newBuilder()
public static V1Apps.StatefulSetSpec.Builder newBuilder(V1Apps.StatefulSetSpec prototype)
public V1Apps.StatefulSetSpec.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected V1Apps.StatefulSetSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static V1Apps.StatefulSetSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1Apps.StatefulSetSpec> parser()
public com.google.protobuf.Parser<V1Apps.StatefulSetSpec> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public V1Apps.StatefulSetSpec getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.