Package io.kubernetes.client.proto
Class V1Apps.DaemonSetStatus.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
io.kubernetes.client.proto.V1Apps.DaemonSetStatus.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,V1Apps.DaemonSetStatusOrBuilder,Cloneable
- Enclosing class:
- V1Apps.DaemonSetStatus
public static final class V1Apps.DaemonSetStatus.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
implements V1Apps.DaemonSetStatusOrBuilder
DaemonSetStatus represents the current status of a daemon set.Protobuf type
k8s.io.api.apps.v1.DaemonSetStatus-
Method Summary
Modifier and TypeMethodDescriptionaddAllConditions(Iterable<? extends V1Apps.DaemonSetCondition> values) Represents the latest available observations of a DaemonSet's current state.addConditions(int index, V1Apps.DaemonSetCondition value) Represents the latest available observations of a DaemonSet's current state.addConditions(int index, V1Apps.DaemonSetCondition.Builder builderForValue) Represents the latest available observations of a DaemonSet's current state.Represents the latest available observations of a DaemonSet's current state.addConditions(V1Apps.DaemonSetCondition.Builder builderForValue) Represents the latest available observations of a DaemonSet's current state.Represents the latest available observations of a DaemonSet's current state.addConditionsBuilder(int index) Represents the latest available observations of a DaemonSet's current state.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Count of hash collisions for the DaemonSet.Represents the latest available observations of a DaemonSet's current state.The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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) +optionalThe number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.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) +optionalThe most recent generation observed by the daemon set controller.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) The total number of nodes that are running updated daemon pod +optionalclone()intCount of hash collisions for the DaemonSet.getConditions(int index) Represents the latest available observations of a DaemonSet's current state.getConditionsBuilder(int index) Represents the latest available observations of a DaemonSet's current state.Represents the latest available observations of a DaemonSet's current state.intRepresents the latest available observations of a DaemonSet's current state.Represents the latest available observations of a DaemonSet's current state.getConditionsOrBuilder(int index) Represents the latest available observations of a DaemonSet's current state.List<? extends V1Apps.DaemonSetConditionOrBuilder>Represents the latest available observations of a DaemonSet's current state.intThe number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorintThe total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).intThe 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) +optionalintThe number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.intnumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.intThe 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) +optionallongThe most recent generation observed by the daemon set controller.intThe total number of nodes that are running updated daemon pod +optionalbooleanCount of hash collisions for the DaemonSet.booleanThe number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.booleanThe total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).booleanThe 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) +optionalbooleanThe number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.booleannumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.booleanThe 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) +optionalbooleanThe most recent generation observed by the daemon set controller.booleanThe total number of nodes that are running updated daemon pod +optionalprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(V1Apps.DaemonSetStatus other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeConditions(int index) Represents the latest available observations of a DaemonSet's current state.setCollisionCount(int value) Count of hash collisions for the DaemonSet.setConditions(int index, V1Apps.DaemonSetCondition value) Represents the latest available observations of a DaemonSet's current state.setConditions(int index, V1Apps.DaemonSetCondition.Builder builderForValue) Represents the latest available observations of a DaemonSet's current state.setCurrentNumberScheduled(int value) The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.setDesiredNumberScheduled(int value) The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).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) +optionalsetNumberMisscheduled(int value) The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.setNumberReady(int value) numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.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) +optionalsetObservedGeneration(long value) The most recent generation observed by the daemon set controller.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setUpdatedNumberScheduled(int value) The total number of nodes that are running updated daemon pod +optionalMethods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
setField
public V1Apps.DaemonSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
clearField
public V1Apps.DaemonSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
clearOneof
public V1Apps.DaemonSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
setRepeatedField
public V1Apps.DaemonSetStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
addRepeatedField
public V1Apps.DaemonSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1Apps.DaemonSetStatus.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
mergeFrom
public V1Apps.DaemonSetStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1Apps.DaemonSetStatus.Builder>- Throws:
IOException
-
hasCurrentNumberScheduled
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;- Specified by:
hasCurrentNumberScheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getCurrentNumberScheduled
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;- Specified by:
getCurrentNumberScheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setCurrentNumberScheduled
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; -
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; -
hasNumberMisscheduled
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;- Specified by:
hasNumberMisscheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getNumberMisscheduled
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;- Specified by:
getNumberMisscheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setNumberMisscheduled
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; -
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; -
hasDesiredNumberScheduled
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;- Specified by:
hasDesiredNumberScheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getDesiredNumberScheduled
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;- Specified by:
getDesiredNumberScheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setDesiredNumberScheduled
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; -
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; -
hasNumberReady
public boolean hasNumberReady()numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
optional int32 numberReady = 4;- Specified by:
hasNumberReadyin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getNumberReady
public int getNumberReady()numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
optional int32 numberReady = 4;- Specified by:
getNumberReadyin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setNumberReady
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
optional int32 numberReady = 4; -
clearNumberReady
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
optional int32 numberReady = 4; -
hasObservedGeneration
public boolean hasObservedGeneration()The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;- Specified by:
hasObservedGenerationin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getObservedGeneration
public long getObservedGeneration()The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;- Specified by:
getObservedGenerationin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setObservedGeneration
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5; -
clearObservedGeneration
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5; -
hasUpdatedNumberScheduled
public boolean hasUpdatedNumberScheduled()The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;- Specified by:
hasUpdatedNumberScheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getUpdatedNumberScheduled
public int getUpdatedNumberScheduled()The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;- Specified by:
getUpdatedNumberScheduledin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setUpdatedNumberScheduled
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6; -
clearUpdatedNumberScheduled
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6; -
hasNumberAvailable
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;- Specified by:
hasNumberAvailablein interfaceV1Apps.DaemonSetStatusOrBuilder
-
getNumberAvailable
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;- Specified by:
getNumberAvailablein interfaceV1Apps.DaemonSetStatusOrBuilder
-
setNumberAvailable
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; -
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; -
hasCollisionCount
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;- Specified by:
hasCollisionCountin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getCollisionCount
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;- Specified by:
getCollisionCountin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setCollisionCount
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; -
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; -
getConditionsList
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;- Specified by:
getConditionsListin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getConditionsCount
public int getConditionsCount()Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;- Specified by:
getConditionsCountin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;- Specified by:
getConditionsin interfaceV1Apps.DaemonSetStatusOrBuilder
-
setConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
setConditions
public V1Apps.DaemonSetStatus.Builder setConditions(int index, V1Apps.DaemonSetCondition.Builder builderForValue) Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
addConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
addConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
addConditions
public V1Apps.DaemonSetStatus.Builder addConditions(V1Apps.DaemonSetCondition.Builder builderForValue) Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
addConditions
public V1Apps.DaemonSetStatus.Builder addConditions(int index, V1Apps.DaemonSetCondition.Builder builderForValue) Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
addAllConditions
public V1Apps.DaemonSetStatus.Builder addAllConditions(Iterable<? extends V1Apps.DaemonSetCondition> values) Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
clearConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
removeConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
getConditionsBuilder
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
getConditionsOrBuilder
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;- Specified by:
getConditionsOrBuilderin interfaceV1Apps.DaemonSetStatusOrBuilder
-
getConditionsOrBuilderList
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;- Specified by:
getConditionsOrBuilderListin interfaceV1Apps.DaemonSetStatusOrBuilder
-
addConditionsBuilder
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
addConditionsBuilder
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
getConditionsBuilderList
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10; -
setUnknownFields
public final V1Apps.DaemonSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-
mergeUnknownFields
public final V1Apps.DaemonSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
-