public static final class V1Apps.DeploymentStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder> implements V1Apps.DeploymentStatusOrBuilder
DeploymentStatus is the most recently observed status of the Deployment.Protobuf type
k8s.io.api.apps.v1.DeploymentStatus| Modifier and Type | Method and Description |
|---|---|
V1Apps.DeploymentStatus.Builder |
addAllConditions(Iterable<? extends V1Apps.DeploymentCondition> values)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
addConditions(int index,
V1Apps.DeploymentCondition.Builder builderForValue)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
addConditions(int index,
V1Apps.DeploymentCondition value)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
addConditions(V1Apps.DeploymentCondition.Builder builderForValue)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
addConditions(V1Apps.DeploymentCondition value)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentCondition.Builder |
addConditionsBuilder()
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentCondition.Builder |
addConditionsBuilder(int index)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Apps.DeploymentStatus |
build() |
V1Apps.DeploymentStatus |
buildPartial() |
V1Apps.DeploymentStatus.Builder |
clear() |
V1Apps.DeploymentStatus.Builder |
clearAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
V1Apps.DeploymentStatus.Builder |
clearCollisionCount()
Count of hash collisions for the Deployment.
|
V1Apps.DeploymentStatus.Builder |
clearConditions()
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Apps.DeploymentStatus.Builder |
clearObservedGeneration()
The generation observed by the deployment controller.
|
V1Apps.DeploymentStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Apps.DeploymentStatus.Builder |
clearReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
V1Apps.DeploymentStatus.Builder |
clearReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
V1Apps.DeploymentStatus.Builder |
clearUnavailableReplicas()
Total number of unavailable pods targeted by this deployment.
|
V1Apps.DeploymentStatus.Builder |
clearUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
V1Apps.DeploymentStatus.Builder |
clone() |
int |
getAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
int |
getCollisionCount()
Count of hash collisions for the Deployment.
|
V1Apps.DeploymentCondition |
getConditions(int index)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentCondition.Builder |
getConditionsBuilder(int index)
Represents the latest available observations of a deployment's current state.
|
List<V1Apps.DeploymentCondition.Builder> |
getConditionsBuilderList()
Represents the latest available observations of a deployment's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a deployment's current state.
|
List<V1Apps.DeploymentCondition> |
getConditionsList()
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a deployment's current state.
|
List<? extends V1Apps.DeploymentConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getObservedGeneration()
The generation observed by the deployment controller.
|
int |
getReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
int |
getReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
int |
getUnavailableReplicas()
Total number of unavailable pods targeted by this deployment.
|
int |
getUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
boolean |
hasAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
boolean |
hasCollisionCount()
Count of hash collisions for the Deployment.
|
boolean |
hasObservedGeneration()
The generation observed by the deployment controller.
|
boolean |
hasReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
boolean |
hasReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
boolean |
hasUnavailableReplicas()
Total number of unavailable pods targeted by this deployment.
|
boolean |
hasUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1Apps.DeploymentStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Apps.DeploymentStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1Apps.DeploymentStatus.Builder |
mergeFrom(V1Apps.DeploymentStatus other) |
V1Apps.DeploymentStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Apps.DeploymentStatus.Builder |
removeConditions(int index)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
setAvailableReplicas(int value)
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
V1Apps.DeploymentStatus.Builder |
setCollisionCount(int value)
Count of hash collisions for the Deployment.
|
V1Apps.DeploymentStatus.Builder |
setConditions(int index,
V1Apps.DeploymentCondition.Builder builderForValue)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
setConditions(int index,
V1Apps.DeploymentCondition value)
Represents the latest available observations of a deployment's current state.
|
V1Apps.DeploymentStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Apps.DeploymentStatus.Builder |
setObservedGeneration(long value)
The generation observed by the deployment controller.
|
V1Apps.DeploymentStatus.Builder |
setReadyReplicas(int value)
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
V1Apps.DeploymentStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Apps.DeploymentStatus.Builder |
setReplicas(int value)
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
V1Apps.DeploymentStatus.Builder |
setUnavailableReplicas(int value)
Total number of unavailable pods targeted by this deployment.
|
V1Apps.DeploymentStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Apps.DeploymentStatus.Builder |
setUpdatedReplicas(int value)
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
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<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.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<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1Apps.DeploymentStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1Apps.DeploymentStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1Apps.DeploymentStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.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<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.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<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.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<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.Builder mergeFrom(V1Apps.DeploymentStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder>public V1Apps.DeploymentStatus.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<V1Apps.DeploymentStatus.Builder>IOExceptionpublic boolean hasObservedGeneration()
The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;hasObservedGeneration in interface V1Apps.DeploymentStatusOrBuilderpublic long getObservedGeneration()
The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;getObservedGeneration in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setObservedGeneration(long value)
The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;public V1Apps.DeploymentStatus.Builder clearObservedGeneration()
The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;public boolean hasReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;hasReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic int getReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;getReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setReplicas(int value)
Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;public V1Apps.DeploymentStatus.Builder clearReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;public boolean hasUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;hasUpdatedReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic int getUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;getUpdatedReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setUpdatedReplicas(int value)
Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;public V1Apps.DeploymentStatus.Builder clearUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;public boolean hasReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. +optional
optional int32 readyReplicas = 7;hasReadyReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic int getReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. +optional
optional int32 readyReplicas = 7;getReadyReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setReadyReplicas(int value)
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. +optional
optional int32 readyReplicas = 7;public V1Apps.DeploymentStatus.Builder clearReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. +optional
optional int32 readyReplicas = 7;public boolean hasAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;hasAvailableReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic int getAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;getAvailableReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setAvailableReplicas(int value)
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;public V1Apps.DeploymentStatus.Builder clearAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;public boolean hasUnavailableReplicas()
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +optional
optional int32 unavailableReplicas = 5;hasUnavailableReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic int getUnavailableReplicas()
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +optional
optional int32 unavailableReplicas = 5;getUnavailableReplicas in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setUnavailableReplicas(int value)
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +optional
optional int32 unavailableReplicas = 5;public V1Apps.DeploymentStatus.Builder clearUnavailableReplicas()
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +optional
optional int32 unavailableReplicas = 5;public List<V1Apps.DeploymentCondition> getConditionsList()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;getConditionsList in interface V1Apps.DeploymentStatusOrBuilderpublic int getConditionsCount()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;getConditionsCount in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentCondition getConditions(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;getConditions in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setConditions(int index, V1Apps.DeploymentCondition value)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder setConditions(int index, V1Apps.DeploymentCondition.Builder builderForValue)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder addConditions(V1Apps.DeploymentCondition value)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder addConditions(int index, V1Apps.DeploymentCondition value)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder addConditions(V1Apps.DeploymentCondition.Builder builderForValue)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder addConditions(int index, V1Apps.DeploymentCondition.Builder builderForValue)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder addAllConditions(Iterable<? extends V1Apps.DeploymentCondition> values)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder clearConditions()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentStatus.Builder removeConditions(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentCondition.Builder getConditionsBuilder(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;getConditionsOrBuilder in interface V1Apps.DeploymentStatusOrBuilderpublic List<? extends V1Apps.DeploymentConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;getConditionsOrBuilderList in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentCondition.Builder addConditionsBuilder()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public V1Apps.DeploymentCondition.Builder addConditionsBuilder(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public List<V1Apps.DeploymentCondition.Builder> getConditionsBuilderList()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DeploymentCondition conditions = 6;public boolean hasCollisionCount()
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +optional
optional int32 collisionCount = 8;hasCollisionCount in interface V1Apps.DeploymentStatusOrBuilderpublic int getCollisionCount()
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +optional
optional int32 collisionCount = 8;getCollisionCount in interface V1Apps.DeploymentStatusOrBuilderpublic V1Apps.DeploymentStatus.Builder setCollisionCount(int value)
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +optional
optional int32 collisionCount = 8;public V1Apps.DeploymentStatus.Builder clearCollisionCount()
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +optional
optional int32 collisionCount = 8;public final V1Apps.DeploymentStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder>public final V1Apps.DeploymentStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentStatus.Builder>Copyright © 2023. All rights reserved.