c

io.k8s.api.apps.v1

DaemonSetStatus

final case class DaemonSetStatus(conditions: Option[Seq[DaemonSetCondition]] = None, updatedNumberScheduled: Option[Int] = None, numberMisscheduled: Int, collisionCount: Option[Int] = None, currentNumberScheduled: Int, numberUnavailable: Option[Int] = None, observedGeneration: Option[Int] = None, desiredNumberScheduled: Int, numberReady: Int, numberAvailable: Option[Int] = None) extends Product with Serializable

DaemonSetStatus represents the current status of a daemon set.

Source
DaemonSetStatus.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DaemonSetStatus
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DaemonSetStatus(conditions: Option[Seq[DaemonSetCondition]] = None, updatedNumberScheduled: Option[Int] = None, numberMisscheduled: Int, collisionCount: Option[Int] = None, currentNumberScheduled: Int, numberUnavailable: Option[Int] = None, observedGeneration: Option[Int] = None, desiredNumberScheduled: Int, numberReady: Int, numberAvailable: Option[Int] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addConditions(newValues: DaemonSetCondition*): DaemonSetStatus
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val collisionCount: Option[Int]
  8. val conditions: Option[Seq[DaemonSetCondition]]
  9. val currentNumberScheduled: Int
  10. val desiredNumberScheduled: Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val numberAvailable: Option[Int]
  19. val numberMisscheduled: Int
  20. val numberReady: Int
  21. val numberUnavailable: Option[Int]
  22. val observedGeneration: Option[Int]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. val updatedNumberScheduled: Option[Int]
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def withCollisionCount(value: Int): DaemonSetStatus
  30. def withConditions(value: Seq[DaemonSetCondition]): DaemonSetStatus
  31. def withCurrentNumberScheduled(value: Int): DaemonSetStatus
  32. def withDesiredNumberScheduled(value: Int): DaemonSetStatus
  33. def withNumberAvailable(value: Int): DaemonSetStatus
  34. def withNumberMisscheduled(value: Int): DaemonSetStatus
  35. def withNumberReady(value: Int): DaemonSetStatus
  36. def withNumberUnavailable(value: Int): DaemonSetStatus
  37. def withObservedGeneration(value: Int): DaemonSetStatus
  38. def withUpdatedNumberScheduled(value: Int): DaemonSetStatus

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped