public static final class V1beta2Apps.StatefulSetSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder> implements V1beta2Apps.StatefulSetSpecOrBuilder
A StatefulSetSpec is the specification of a StatefulSet.Protobuf type
k8s.io.api.apps.v1beta2.StatefulSetSpec| Modifier and Type | Method and Description |
|---|---|
V1beta2Apps.StatefulSetSpec.Builder |
addAllVolumeClaimTemplates(Iterable<? extends V1.PersistentVolumeClaim> values)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta2Apps.StatefulSetSpec.Builder |
addVolumeClaimTemplates(int index,
V1.PersistentVolumeClaim.Builder builderForValue)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
addVolumeClaimTemplates(int index,
V1.PersistentVolumeClaim value)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
addVolumeClaimTemplates(V1.PersistentVolumeClaim.Builder builderForValue)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
addVolumeClaimTemplates(V1.PersistentVolumeClaim value)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1.PersistentVolumeClaim.Builder |
addVolumeClaimTemplatesBuilder()
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1.PersistentVolumeClaim.Builder |
addVolumeClaimTemplatesBuilder(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec |
build() |
V1beta2Apps.StatefulSetSpec |
buildPartial() |
V1beta2Apps.StatefulSetSpec.Builder |
clear() |
V1beta2Apps.StatefulSetSpec.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta2Apps.StatefulSetSpec.Builder |
clearMinReadySeconds()
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.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta2Apps.StatefulSetSpec.Builder |
clearPodManagementPolicy()
podManagementPolicy controls how pods are created during initial scale up,
when replacing pods on nodes, or when scaling down.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearReplicas()
replicas is the desired number of replicas of the given Template.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearRevisionHistoryLimit()
revisionHistoryLimit is the maximum number of revisions that will
be maintained in the StatefulSet's revision history.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearSelector()
selector is a label query over pods that should match the replica count.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearServiceName()
serviceName is the name of the service that governs this StatefulSet.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearTemplate()
template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearUpdateStrategy()
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1beta2Apps.StatefulSetSpec.Builder |
clearVolumeClaimTemplates()
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
clone() |
V1beta2Apps.StatefulSetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
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.LabelSelector.Builder |
getSelectorBuilder()
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.
|
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.PodTemplateSpec.Builder |
getTemplateBuilder()
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.
|
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.StatefulSetUpdateStrategy.Builder |
getUpdateStrategyBuilder()
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.
|
V1.PersistentVolumeClaim.Builder |
getVolumeClaimTemplatesBuilder(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
List<V1.PersistentVolumeClaim.Builder> |
getVolumeClaimTemplatesBuilderList()
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.
|
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 |
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() |
V1beta2Apps.StatefulSetSpec.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta2Apps.StatefulSetSpec.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta2Apps.StatefulSetSpec.Builder |
mergeFrom(V1beta2Apps.StatefulSetSpec other) |
V1beta2Apps.StatefulSetSpec.Builder |
mergeSelector(Meta.LabelSelector value)
selector is a label query over pods that should match the replica count.
|
V1beta2Apps.StatefulSetSpec.Builder |
mergeTemplate(V1.PodTemplateSpec value)
template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
V1beta2Apps.StatefulSetSpec.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta2Apps.StatefulSetSpec.Builder |
mergeUpdateStrategy(V1beta2Apps.StatefulSetUpdateStrategy value)
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1beta2Apps.StatefulSetSpec.Builder |
removeVolumeClaimTemplates(int index)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta2Apps.StatefulSetSpec.Builder |
setMinReadySeconds(int value)
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.
|
V1beta2Apps.StatefulSetSpec.Builder |
setPodManagementPolicy(String value)
podManagementPolicy controls how pods are created during initial scale up,
when replacing pods on nodes, or when scaling down.
|
V1beta2Apps.StatefulSetSpec.Builder |
setPodManagementPolicyBytes(com.google.protobuf.ByteString value)
podManagementPolicy controls how pods are created during initial scale up,
when replacing pods on nodes, or when scaling down.
|
V1beta2Apps.StatefulSetSpec.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta2Apps.StatefulSetSpec.Builder |
setReplicas(int value)
replicas is the desired number of replicas of the given Template.
|
V1beta2Apps.StatefulSetSpec.Builder |
setRevisionHistoryLimit(int value)
revisionHistoryLimit is the maximum number of revisions that will
be maintained in the StatefulSet's revision history.
|
V1beta2Apps.StatefulSetSpec.Builder |
setSelector(Meta.LabelSelector.Builder builderForValue)
selector is a label query over pods that should match the replica count.
|
V1beta2Apps.StatefulSetSpec.Builder |
setSelector(Meta.LabelSelector value)
selector is a label query over pods that should match the replica count.
|
V1beta2Apps.StatefulSetSpec.Builder |
setServiceName(String value)
serviceName is the name of the service that governs this StatefulSet.
|
V1beta2Apps.StatefulSetSpec.Builder |
setServiceNameBytes(com.google.protobuf.ByteString value)
serviceName is the name of the service that governs this StatefulSet.
|
V1beta2Apps.StatefulSetSpec.Builder |
setTemplate(V1.PodTemplateSpec.Builder builderForValue)
template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
V1beta2Apps.StatefulSetSpec.Builder |
setTemplate(V1.PodTemplateSpec value)
template is the object that describes the pod that will be created if
insufficient replicas are detected.
|
V1beta2Apps.StatefulSetSpec.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta2Apps.StatefulSetSpec.Builder |
setUpdateStrategy(V1beta2Apps.StatefulSetUpdateStrategy.Builder builderForValue)
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1beta2Apps.StatefulSetSpec.Builder |
setUpdateStrategy(V1beta2Apps.StatefulSetUpdateStrategy value)
updateStrategy indicates the StatefulSetUpdateStrategy that will be
employed to update Pods in the StatefulSet when a revision is made to
Template.
|
V1beta2Apps.StatefulSetSpec.Builder |
setVolumeClaimTemplates(int index,
V1.PersistentVolumeClaim.Builder builderForValue)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
V1beta2Apps.StatefulSetSpec.Builder |
setVolumeClaimTemplates(int index,
V1.PersistentVolumeClaim value)
volumeClaimTemplates is a list of claims that pods are allowed to reference.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1beta2Apps.StatefulSetSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1beta2Apps.StatefulSetSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1beta2Apps.StatefulSetSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder mergeFrom(V1beta2Apps.StatefulSetSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public V1beta2Apps.StatefulSetSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta2Apps.StatefulSetSpec.Builder>IOExceptionpublic 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 V1beta2Apps.StatefulSetSpec.Builder setReplicas(int value)
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;public V1beta2Apps.StatefulSetSpec.Builder clearReplicas()
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;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 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 V1beta2Apps.StatefulSetSpec.Builder setSelector(Meta.LabelSelector value)
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;public V1beta2Apps.StatefulSetSpec.Builder setSelector(Meta.LabelSelector.Builder builderForValue)
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;public V1beta2Apps.StatefulSetSpec.Builder mergeSelector(Meta.LabelSelector value)
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;public V1beta2Apps.StatefulSetSpec.Builder clearSelector()
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;public Meta.LabelSelector.Builder getSelectorBuilder()
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;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 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 V1beta2Apps.StatefulSetSpec.Builder setTemplate(V1.PodTemplateSpec value)
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;public V1beta2Apps.StatefulSetSpec.Builder setTemplate(V1.PodTemplateSpec.Builder builderForValue)
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;public V1beta2Apps.StatefulSetSpec.Builder mergeTemplate(V1.PodTemplateSpec value)
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;public V1beta2Apps.StatefulSetSpec.Builder clearTemplate()
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;public V1.PodTemplateSpec.Builder getTemplateBuilder()
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;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 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 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 V1beta2Apps.StatefulSetSpec.Builder setVolumeClaimTemplates(int index, V1.PersistentVolumeClaim value)
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;public V1beta2Apps.StatefulSetSpec.Builder setVolumeClaimTemplates(int index, V1.PersistentVolumeClaim.Builder builderForValue)
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;public V1beta2Apps.StatefulSetSpec.Builder addVolumeClaimTemplates(V1.PersistentVolumeClaim value)
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;public V1beta2Apps.StatefulSetSpec.Builder addVolumeClaimTemplates(int index, V1.PersistentVolumeClaim value)
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;public V1beta2Apps.StatefulSetSpec.Builder addVolumeClaimTemplates(V1.PersistentVolumeClaim.Builder builderForValue)
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;public V1beta2Apps.StatefulSetSpec.Builder addVolumeClaimTemplates(int index, V1.PersistentVolumeClaim.Builder builderForValue)
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;public V1beta2Apps.StatefulSetSpec.Builder addAllVolumeClaimTemplates(Iterable<? extends V1.PersistentVolumeClaim> values)
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;public V1beta2Apps.StatefulSetSpec.Builder clearVolumeClaimTemplates()
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;public V1beta2Apps.StatefulSetSpec.Builder removeVolumeClaimTemplates(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;public V1.PersistentVolumeClaim.Builder getVolumeClaimTemplatesBuilder(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;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 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 V1.PersistentVolumeClaim.Builder addVolumeClaimTemplatesBuilder()
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;public V1.PersistentVolumeClaim.Builder addVolumeClaimTemplatesBuilder(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;public List<V1.PersistentVolumeClaim.Builder> getVolumeClaimTemplatesBuilderList()
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;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 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 V1beta2Apps.StatefulSetSpec.Builder setServiceName(String value)
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;public V1beta2Apps.StatefulSetSpec.Builder clearServiceName()
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;public V1beta2Apps.StatefulSetSpec.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
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;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 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 V1beta2Apps.StatefulSetSpec.Builder setPodManagementPolicy(String value)
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;public V1beta2Apps.StatefulSetSpec.Builder clearPodManagementPolicy()
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;public V1beta2Apps.StatefulSetSpec.Builder setPodManagementPolicyBytes(com.google.protobuf.ByteString value)
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;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.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.StatefulSetSpec.Builder setUpdateStrategy(V1beta2Apps.StatefulSetUpdateStrategy value)
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;
public V1beta2Apps.StatefulSetSpec.Builder setUpdateStrategy(V1beta2Apps.StatefulSetUpdateStrategy.Builder builderForValue)
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;
public V1beta2Apps.StatefulSetSpec.Builder mergeUpdateStrategy(V1beta2Apps.StatefulSetUpdateStrategy value)
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;
public V1beta2Apps.StatefulSetSpec.Builder clearUpdateStrategy()
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;
public V1beta2Apps.StatefulSetUpdateStrategy.Builder getUpdateStrategyBuilder()
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;
public 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 V1beta2Apps.StatefulSetSpec.Builder setRevisionHistoryLimit(int value)
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;public V1beta2Apps.StatefulSetSpec.Builder clearRevisionHistoryLimit()
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;public 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) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. +optional
optional int32 minReadySeconds = 9;hasMinReadySeconds in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic 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) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. +optional
optional int32 minReadySeconds = 9;getMinReadySeconds in interface V1beta2Apps.StatefulSetSpecOrBuilderpublic V1beta2Apps.StatefulSetSpec.Builder setMinReadySeconds(int value)
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) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. +optional
optional int32 minReadySeconds = 9;public V1beta2Apps.StatefulSetSpec.Builder clearMinReadySeconds()
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) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. +optional
optional int32 minReadySeconds = 9;public final V1beta2Apps.StatefulSetSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>public final V1beta2Apps.StatefulSetSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.StatefulSetSpec.Builder>Copyright © 2023. All rights reserved.