Class V1beta1Extensions.DaemonSetStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DaemonSetStatus.Builder>
io.kubernetes.client.proto.V1beta1Extensions.DaemonSetStatus.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1beta1Extensions.DaemonSetStatusOrBuilder, Cloneable
Enclosing class:
V1beta1Extensions.DaemonSetStatus

public static final class V1beta1Extensions.DaemonSetStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DaemonSetStatus.Builder> implements V1beta1Extensions.DaemonSetStatusOrBuilder
 DaemonSetStatus represents the current status of a daemon set.
 
Protobuf type k8s.io.api.extensions.v1beta1.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<V1beta1Extensions.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<V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • setField

      public V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • clearField

      public V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • clearOneof

      public V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • setRepeatedField

      public V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • addRepeatedField

      public V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • mergeFrom

      public V1beta1Extensions.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<V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • mergeFrom

      public V1beta1Extensions.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<V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setCurrentNumberScheduled

      public V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setNumberMisscheduled

      public V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setDesiredNumberScheduled

      public V1beta1Extensions.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 V1beta1Extensions.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()
       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;
      Specified by:
      hasNumberReady in interface V1beta1Extensions.DaemonSetStatusOrBuilder
    • getNumberReady

      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;
      Specified by:
      getNumberReady in interface V1beta1Extensions.DaemonSetStatusOrBuilder
    • setNumberReady

      public V1beta1Extensions.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;
    • clearNumberReady

      public V1beta1Extensions.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;
    • hasObservedGeneration

      public boolean hasObservedGeneration()
       The most recent generation observed by the daemon set controller.
       +optional
       
      optional int64 observedGeneration = 5;
      Specified by:
      hasObservedGeneration in interface V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setObservedGeneration

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

      public V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setUpdatedNumberScheduled

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

      public V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setNumberAvailable

      public V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setNumberUnavailable

      public V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.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 V1beta1Extensions.DaemonSetStatusOrBuilder
    • setCollisionCount

      public V1beta1Extensions.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 V1beta1Extensions.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<V1beta1Extensions.DaemonSetCondition> getConditionsList()
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditionsList in interface V1beta1Extensions.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.extensions.v1beta1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditionsCount in interface V1beta1Extensions.DaemonSetStatusOrBuilder
    • getConditions

      public V1beta1Extensions.DaemonSetCondition getConditions(int index)
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditions in interface V1beta1Extensions.DaemonSetStatusOrBuilder
    • setConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • setConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • addConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • addConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • addConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • addConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • addAllConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • clearConditions

       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • removeConditions

      public V1beta1Extensions.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.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • getConditionsBuilder

      public V1beta1Extensions.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.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • getConditionsOrBuilder

      public V1beta1Extensions.DaemonSetConditionOrBuilder getConditionsOrBuilder(int index)
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditionsOrBuilder in interface V1beta1Extensions.DaemonSetStatusOrBuilder
    • getConditionsOrBuilderList

      public List<? extends V1beta1Extensions.DaemonSetConditionOrBuilder> getConditionsOrBuilderList()
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
      Specified by:
      getConditionsOrBuilderList in interface V1beta1Extensions.DaemonSetStatusOrBuilder
    • addConditionsBuilder

      public V1beta1Extensions.DaemonSetCondition.Builder addConditionsBuilder()
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • addConditionsBuilder

      public V1beta1Extensions.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.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • getConditionsBuilderList

      public List<V1beta1Extensions.DaemonSetCondition.Builder> getConditionsBuilderList()
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
    • setUnknownFields

      public final V1beta1Extensions.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<V1beta1Extensions.DaemonSetStatus.Builder>
    • mergeUnknownFields

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