public static final class V1beta1Extensions.ReplicaSetStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder> implements V1beta1Extensions.ReplicaSetStatusOrBuilder
ReplicaSetStatus represents the current status of a ReplicaSet.Protobuf type
k8s.io.api.extensions.v1beta1.ReplicaSetStatus| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.ReplicaSetStatus.Builder |
addAllConditions(Iterable<? extends V1beta1Extensions.ReplicaSetCondition> values)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
addConditions(int index,
V1beta1Extensions.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
addConditions(int index,
V1beta1Extensions.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
addConditions(V1beta1Extensions.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
addConditions(V1beta1Extensions.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetCondition.Builder |
addConditionsBuilder()
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetCondition.Builder |
addConditionsBuilder(int index)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.ReplicaSetStatus |
build() |
V1beta1Extensions.ReplicaSetStatus |
buildPartial() |
V1beta1Extensions.ReplicaSetStatus.Builder |
clear() |
V1beta1Extensions.ReplicaSetStatus.Builder |
clearAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
clearConditions()
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta1Extensions.ReplicaSetStatus.Builder |
clearFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
clearObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta1Extensions.ReplicaSetStatus.Builder |
clearReadyReplicas()
The number of ready replicas for this replica set.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
clearReplicas()
Replicas is the most recently oberved number of replicas.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
clone() |
int |
getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
V1beta1Extensions.ReplicaSetCondition |
getConditions(int index)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetCondition.Builder |
getConditionsBuilder(int index)
Represents the latest available observations of a replica set's current state.
|
List<V1beta1Extensions.ReplicaSetCondition.Builder> |
getConditionsBuilderList()
Represents the latest available observations of a replica set's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a replica set's current state.
|
List<V1beta1Extensions.ReplicaSetCondition> |
getConditionsList()
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a replica set's current state.
|
List<? extends V1beta1Extensions.ReplicaSetConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
long |
getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
int |
getReadyReplicas()
The number of ready replicas for this replica set.
|
int |
getReplicas()
Replicas is the most recently oberved number of replicas.
|
boolean |
hasAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
boolean |
hasFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
boolean |
hasObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
boolean |
hasReadyReplicas()
The number of ready replicas for this replica set.
|
boolean |
hasReplicas()
Replicas is the most recently oberved number of replicas.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1beta1Extensions.ReplicaSetStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta1Extensions.ReplicaSetStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta1Extensions.ReplicaSetStatus.Builder |
mergeFrom(V1beta1Extensions.ReplicaSetStatus other) |
V1beta1Extensions.ReplicaSetStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta1Extensions.ReplicaSetStatus.Builder |
removeConditions(int index)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setAvailableReplicas(int value)
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setConditions(int index,
V1beta1Extensions.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setConditions(int index,
V1beta1Extensions.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.ReplicaSetStatus.Builder |
setFullyLabeledReplicas(int value)
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setObservedGeneration(long value)
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setReadyReplicas(int value)
The number of ready replicas for this replica set.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta1Extensions.ReplicaSetStatus.Builder |
setReplicas(int value)
Replicas is the most recently oberved number of replicas.
|
V1beta1Extensions.ReplicaSetStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.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<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1beta1Extensions.ReplicaSetStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.ReplicaSetStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.ReplicaSetStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.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<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.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<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.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<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.Builder mergeFrom(V1beta1Extensions.ReplicaSetStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public V1beta1Extensions.ReplicaSetStatus.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<V1beta1Extensions.ReplicaSetStatus.Builder>IOExceptionpublic boolean hasReplicas()
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
optional int32 replicas = 1;hasReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic int getReplicas()
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
optional int32 replicas = 1;getReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetStatus.Builder setReplicas(int value)
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
optional int32 replicas = 1;public V1beta1Extensions.ReplicaSetStatus.Builder clearReplicas()
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
optional int32 replicas = 1;public boolean hasFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;hasFullyLabeledReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic int getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;getFullyLabeledReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetStatus.Builder setFullyLabeledReplicas(int value)
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;public V1beta1Extensions.ReplicaSetStatus.Builder clearFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;public boolean hasReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;hasReadyReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic int getReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;getReadyReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetStatus.Builder setReadyReplicas(int value)
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;public V1beta1Extensions.ReplicaSetStatus.Builder clearReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;public boolean hasAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;hasAvailableReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic int getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;getAvailableReplicas in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetStatus.Builder setAvailableReplicas(int value)
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;public V1beta1Extensions.ReplicaSetStatus.Builder clearAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;public boolean hasObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;hasObservedGeneration in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic long getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;getObservedGeneration in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetStatus.Builder setObservedGeneration(long value)
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;public V1beta1Extensions.ReplicaSetStatus.Builder clearObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;public List<V1beta1Extensions.ReplicaSetCondition> getConditionsList()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
getConditionsList in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic int getConditionsCount()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
getConditionsCount in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetCondition getConditions(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
getConditions in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetStatus.Builder setConditions(int index, V1beta1Extensions.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder setConditions(int index, V1beta1Extensions.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder addConditions(V1beta1Extensions.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder addConditions(int index, V1beta1Extensions.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder addConditions(V1beta1Extensions.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder addConditions(int index, V1beta1Extensions.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder addAllConditions(Iterable<? extends V1beta1Extensions.ReplicaSetCondition> values)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder clearConditions()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetStatus.Builder removeConditions(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetCondition.Builder getConditionsBuilder(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
getConditionsOrBuilder in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic List<? extends V1beta1Extensions.ReplicaSetConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
getConditionsOrBuilderList in interface V1beta1Extensions.ReplicaSetStatusOrBuilderpublic V1beta1Extensions.ReplicaSetCondition.Builder addConditionsBuilder()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public V1beta1Extensions.ReplicaSetCondition.Builder addConditionsBuilder(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public List<V1beta1Extensions.ReplicaSetCondition.Builder> getConditionsBuilderList()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.ReplicaSetCondition conditions = 6;
public final V1beta1Extensions.ReplicaSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>public final V1beta1Extensions.ReplicaSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.ReplicaSetStatus.Builder>Copyright © 2021. All rights reserved.