Class V1Apps.DaemonSetStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
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 Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • getDefaultInstanceForType

      public V1Apps.DaemonSetStatus getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public V1Apps.DaemonSetStatus build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1Apps.DaemonSetStatus buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • setField

      public V1Apps.DaemonSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • clearField

      public V1Apps.DaemonSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • clearOneof

      public V1Apps.DaemonSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.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:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • addRepeatedField

      public V1Apps.DaemonSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • mergeFrom

      public V1Apps.DaemonSetStatus.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Apps.DaemonSetStatus.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.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:
      hasCurrentNumberScheduled in interface V1Apps.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:
      getCurrentNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilder
    • setCurrentNumberScheduled

      public V1Apps.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;
    • clearCurrentNumberScheduled

      public V1Apps.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;
    • 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:
      hasNumberMisscheduled in interface V1Apps.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:
      getNumberMisscheduled in interface V1Apps.DaemonSetStatusOrBuilder
    • setNumberMisscheduled

      public V1Apps.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;
    • clearNumberMisscheduled

      public V1Apps.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;
    • 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:
      hasDesiredNumberScheduled in interface V1Apps.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:
      getDesiredNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilder
    • setDesiredNumberScheduled

      public V1Apps.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;
    • clearDesiredNumberScheduled

      public V1Apps.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;
    • 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:
      hasNumberReady in interface V1Apps.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:
      getNumberReady in interface V1Apps.DaemonSetStatusOrBuilder
    • setNumberReady

      public V1Apps.DaemonSetStatus.Builder 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.
       
      optional int32 numberReady = 4;
    • clearNumberReady

      public V1Apps.DaemonSetStatus.Builder 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:
      hasObservedGeneration in interface V1Apps.DaemonSetStatusOrBuilder
    • getObservedGeneration

      public long getObservedGeneration()
       The most recent generation observed by the daemon set controller.
       +optional
       
      optional int64 observedGeneration = 5;
      Specified by:
      getObservedGeneration in interface V1Apps.DaemonSetStatusOrBuilder
    • setObservedGeneration

      public V1Apps.DaemonSetStatus.Builder setObservedGeneration(long value)
       The most recent generation observed by the daemon set controller.
       +optional
       
      optional int64 observedGeneration = 5;
    • clearObservedGeneration

      public V1Apps.DaemonSetStatus.Builder 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:
      hasUpdatedNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilder
    • getUpdatedNumberScheduled

      public int getUpdatedNumberScheduled()
       The total number of nodes that are running updated daemon pod
       +optional
       
      optional int32 updatedNumberScheduled = 6;
      Specified by:
      getUpdatedNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilder
    • setUpdatedNumberScheduled

      public V1Apps.DaemonSetStatus.Builder setUpdatedNumberScheduled(int value)
       The total number of nodes that are running updated daemon pod
       +optional
       
      optional int32 updatedNumberScheduled = 6;
    • clearUpdatedNumberScheduled

      public V1Apps.DaemonSetStatus.Builder 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:
      hasNumberAvailable in interface V1Apps.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:
      getNumberAvailable in interface V1Apps.DaemonSetStatusOrBuilder
    • setNumberAvailable

      public V1Apps.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;
    • clearNumberAvailable

      public V1Apps.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;
    • hasNumberUnavailable

      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;
      Specified by:
      hasNumberUnavailable in interface V1Apps.DaemonSetStatusOrBuilder
    • getNumberUnavailable

      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;
      Specified by:
      getNumberUnavailable in interface V1Apps.DaemonSetStatusOrBuilder
    • setNumberUnavailable

      public V1Apps.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;
    • clearNumberUnavailable

      public V1Apps.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;
    • 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:
      hasCollisionCount in interface V1Apps.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:
      getCollisionCount in interface V1Apps.DaemonSetStatusOrBuilder
    • setCollisionCount

      public V1Apps.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;
    • clearCollisionCount

      public V1Apps.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;
    • getConditionsList

      public List<V1Apps.DaemonSetCondition> 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:
      getConditionsList in interface V1Apps.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:
      getConditionsCount in interface V1Apps.DaemonSetStatusOrBuilder
    • getConditions

      public V1Apps.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.v1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditions in interface V1Apps.DaemonSetStatusOrBuilder
    • setConditions

      public V1Apps.DaemonSetStatus.Builder setConditions(int index, V1Apps.DaemonSetCondition value)
       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

      public V1Apps.DaemonSetStatus.Builder addConditions(int index, V1Apps.DaemonSetCondition value)
       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

      public V1Apps.DaemonSetStatus.Builder 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

      public V1Apps.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.v1.DaemonSetCondition conditions = 10;
    • getConditionsBuilder

      public V1Apps.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.v1.DaemonSetCondition conditions = 10;
    • getConditionsOrBuilder

      public V1Apps.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.v1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditionsOrBuilder in interface V1Apps.DaemonSetStatusOrBuilder
    • getConditionsOrBuilderList

      public List<? extends V1Apps.DaemonSetConditionOrBuilder> 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:
      getConditionsOrBuilderList in interface V1Apps.DaemonSetStatusOrBuilder
    • addConditionsBuilder

      public V1Apps.DaemonSetCondition.Builder 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

      public V1Apps.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.v1.DaemonSetCondition conditions = 10;
    • getConditionsBuilderList

      public List<V1Apps.DaemonSetCondition.Builder> 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:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>
    • mergeUnknownFields

      public final V1Apps.DaemonSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DaemonSetStatus.Builder>