public static final class V1beta2Apps.DaemonSetStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder> implements V1beta2Apps.DaemonSetStatusOrBuilder
DaemonSetStatus represents the current status of a daemon set.Protobuf type
k8s.io.api.apps.v1beta2.DaemonSetStatus
Modifier and Type | Method and Description |
---|---|
V1beta2Apps.DaemonSetStatus.Builder |
addAllConditions(Iterable<? extends V1beta2Apps.DaemonSetCondition> values)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
addConditions(int index,
V1beta2Apps.DaemonSetCondition.Builder builderForValue)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
addConditions(int index,
V1beta2Apps.DaemonSetCondition value)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
addConditions(V1beta2Apps.DaemonSetCondition.Builder builderForValue)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
addConditions(V1beta2Apps.DaemonSetCondition value)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetCondition.Builder |
addConditionsBuilder()
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetCondition.Builder |
addConditionsBuilder(int index)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta2Apps.DaemonSetStatus |
build() |
V1beta2Apps.DaemonSetStatus |
buildPartial() |
V1beta2Apps.DaemonSetStatus.Builder |
clear() |
V1beta2Apps.DaemonSetStatus.Builder |
clearCollisionCount()
Count of hash collisions for the DaemonSet.
|
V1beta2Apps.DaemonSetStatus.Builder |
clearConditions()
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
clearCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
V1beta2Apps.DaemonSetStatus.Builder |
clearDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
V1beta2Apps.DaemonSetStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta2Apps.DaemonSetStatus.Builder |
clearNumberAvailable()
The number of nodes that should be running the
daemon pod and have one or more of the daemon pod running and
available (ready for at least spec.minReadySeconds)
+optional
|
V1beta2Apps.DaemonSetStatus.Builder |
clearNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
V1beta2Apps.DaemonSetStatus.Builder |
clearNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
V1beta2Apps.DaemonSetStatus.Builder |
clearNumberUnavailable()
The number of nodes that should be running the
daemon pod and have none of the daemon pod running and available
(ready for at least spec.minReadySeconds)
+optional
|
V1beta2Apps.DaemonSetStatus.Builder |
clearObservedGeneration()
The most recent generation observed by the daemon set controller.
|
V1beta2Apps.DaemonSetStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta2Apps.DaemonSetStatus.Builder |
clearUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
V1beta2Apps.DaemonSetStatus.Builder |
clone() |
int |
getCollisionCount()
Count of hash collisions for the DaemonSet.
|
V1beta2Apps.DaemonSetCondition |
getConditions(int index)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetCondition.Builder |
getConditionsBuilder(int index)
Represents the latest available observations of a DaemonSet's current state.
|
List<V1beta2Apps.DaemonSetCondition.Builder> |
getConditionsBuilderList()
Represents the latest available observations of a DaemonSet's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a DaemonSet's current state.
|
List<V1beta2Apps.DaemonSetCondition> |
getConditionsList()
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a DaemonSet's current state.
|
List<? extends V1beta2Apps.DaemonSetConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a DaemonSet's current state.
|
int |
getCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
V1beta2Apps.DaemonSetStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
int |
getNumberAvailable()
The number of nodes that should be running the
daemon pod and have one or more of the daemon pod running and
available (ready for at least spec.minReadySeconds)
+optional
|
int |
getNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
int |
getNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
int |
getNumberUnavailable()
The number of nodes that should be running the
daemon pod and have none of the daemon pod running and available
(ready for at least spec.minReadySeconds)
+optional
|
long |
getObservedGeneration()
The most recent generation observed by the daemon set controller.
|
int |
getUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
boolean |
hasCollisionCount()
Count of hash collisions for the DaemonSet.
|
boolean |
hasCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
boolean |
hasDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
boolean |
hasNumberAvailable()
The number of nodes that should be running the
daemon pod and have one or more of the daemon pod running and
available (ready for at least spec.minReadySeconds)
+optional
|
boolean |
hasNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
boolean |
hasNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
boolean |
hasNumberUnavailable()
The number of nodes that should be running the
daemon pod and have none of the daemon pod running and available
(ready for at least spec.minReadySeconds)
+optional
|
boolean |
hasObservedGeneration()
The most recent generation observed by the daemon set controller.
|
boolean |
hasUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1beta2Apps.DaemonSetStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta2Apps.DaemonSetStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta2Apps.DaemonSetStatus.Builder |
mergeFrom(V1beta2Apps.DaemonSetStatus other) |
V1beta2Apps.DaemonSetStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta2Apps.DaemonSetStatus.Builder |
removeConditions(int index)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
setCollisionCount(int value)
Count of hash collisions for the DaemonSet.
|
V1beta2Apps.DaemonSetStatus.Builder |
setConditions(int index,
V1beta2Apps.DaemonSetCondition.Builder builderForValue)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
setConditions(int index,
V1beta2Apps.DaemonSetCondition value)
Represents the latest available observations of a DaemonSet's current state.
|
V1beta2Apps.DaemonSetStatus.Builder |
setCurrentNumberScheduled(int value)
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
V1beta2Apps.DaemonSetStatus.Builder |
setDesiredNumberScheduled(int value)
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
V1beta2Apps.DaemonSetStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta2Apps.DaemonSetStatus.Builder |
setNumberAvailable(int value)
The number of nodes that should be running the
daemon pod and have one or more of the daemon pod running and
available (ready for at least spec.minReadySeconds)
+optional
|
V1beta2Apps.DaemonSetStatus.Builder |
setNumberMisscheduled(int value)
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
V1beta2Apps.DaemonSetStatus.Builder |
setNumberReady(int value)
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
V1beta2Apps.DaemonSetStatus.Builder |
setNumberUnavailable(int value)
The number of nodes that should be running the
daemon pod and have none of the daemon pod running and available
(ready for at least spec.minReadySeconds)
+optional
|
V1beta2Apps.DaemonSetStatus.Builder |
setObservedGeneration(long value)
The most recent generation observed by the daemon set controller.
|
V1beta2Apps.DaemonSetStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta2Apps.DaemonSetStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta2Apps.DaemonSetStatus.Builder |
setUpdatedNumberScheduled(int value)
The total number of nodes that are running updated daemon pod
+optional
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public V1beta2Apps.DaemonSetStatus build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public V1beta2Apps.DaemonSetStatus buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public V1beta2Apps.DaemonSetStatus.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder mergeFrom(V1beta2Apps.DaemonSetStatus other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public V1beta2Apps.DaemonSetStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1beta2Apps.DaemonSetStatus.Builder>
IOException
public boolean hasCurrentNumberScheduled()
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 currentNumberScheduled = 1;
hasCurrentNumberScheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getCurrentNumberScheduled()
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 currentNumberScheduled = 1;
getCurrentNumberScheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setCurrentNumberScheduled(int value)
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 currentNumberScheduled = 1;
public V1beta2Apps.DaemonSetStatus.Builder clearCurrentNumberScheduled()
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 currentNumberScheduled = 1;
public boolean hasNumberMisscheduled()
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 numberMisscheduled = 2;
hasNumberMisscheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getNumberMisscheduled()
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 numberMisscheduled = 2;
getNumberMisscheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setNumberMisscheduled(int value)
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 numberMisscheduled = 2;
public V1beta2Apps.DaemonSetStatus.Builder clearNumberMisscheduled()
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 numberMisscheduled = 2;
public boolean hasDesiredNumberScheduled()
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 desiredNumberScheduled = 3;
hasDesiredNumberScheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getDesiredNumberScheduled()
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 desiredNumberScheduled = 3;
getDesiredNumberScheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setDesiredNumberScheduled(int value)
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 desiredNumberScheduled = 3;
public V1beta2Apps.DaemonSetStatus.Builder clearDesiredNumberScheduled()
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 desiredNumberScheduled = 3;
public boolean hasNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;
hasNumberReady
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;
getNumberReady
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setNumberReady(int value)
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;
public V1beta2Apps.DaemonSetStatus.Builder clearNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;
public boolean hasObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;
hasObservedGeneration
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public long getObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;
getObservedGeneration
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setObservedGeneration(long value)
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;
public V1beta2Apps.DaemonSetStatus.Builder clearObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;
public boolean hasUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;
hasUpdatedNumberScheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;
getUpdatedNumberScheduled
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setUpdatedNumberScheduled(int value)
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;
public V1beta2Apps.DaemonSetStatus.Builder clearUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;
public boolean hasNumberAvailable()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberAvailable = 7;
hasNumberAvailable
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getNumberAvailable()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberAvailable = 7;
getNumberAvailable
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setNumberAvailable(int value)
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberAvailable = 7;
public V1beta2Apps.DaemonSetStatus.Builder clearNumberAvailable()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberAvailable = 7;
public boolean hasNumberUnavailable()
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberUnavailable = 8;
hasNumberUnavailable
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getNumberUnavailable()
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberUnavailable = 8;
getNumberUnavailable
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setNumberUnavailable(int value)
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberUnavailable = 8;
public V1beta2Apps.DaemonSetStatus.Builder clearNumberUnavailable()
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberUnavailable = 8;
public boolean hasCollisionCount()
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
hasCollisionCount
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getCollisionCount()
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
getCollisionCount
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setCollisionCount(int value)
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
public V1beta2Apps.DaemonSetStatus.Builder clearCollisionCount()
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
public List<V1beta2Apps.DaemonSetCondition> getConditionsList()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
getConditionsList
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public int getConditionsCount()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
getConditionsCount
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetCondition getConditions(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
getConditions
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetStatus.Builder setConditions(int index, V1beta2Apps.DaemonSetCondition value)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder setConditions(int index, V1beta2Apps.DaemonSetCondition.Builder builderForValue)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder addConditions(V1beta2Apps.DaemonSetCondition value)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder addConditions(int index, V1beta2Apps.DaemonSetCondition value)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder addConditions(V1beta2Apps.DaemonSetCondition.Builder builderForValue)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder addConditions(int index, V1beta2Apps.DaemonSetCondition.Builder builderForValue)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder addAllConditions(Iterable<? extends V1beta2Apps.DaemonSetCondition> values)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder clearConditions()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetStatus.Builder removeConditions(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetCondition.Builder getConditionsBuilder(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
getConditionsOrBuilder
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public List<? extends V1beta2Apps.DaemonSetConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
getConditionsOrBuilderList
in interface V1beta2Apps.DaemonSetStatusOrBuilder
public V1beta2Apps.DaemonSetCondition.Builder addConditionsBuilder()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public V1beta2Apps.DaemonSetCondition.Builder addConditionsBuilder(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public List<V1beta2Apps.DaemonSetCondition.Builder> getConditionsBuilderList()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
public final V1beta2Apps.DaemonSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
public final V1beta2Apps.DaemonSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.DaemonSetStatus.Builder>
Copyright © 2021. All rights reserved.