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
- Alphabetic
- By Inheritance
Inherited
- DaemonSetStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addConditions(newValues: DaemonSetCondition*): DaemonSetStatus
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val collisionCount: Option[Int]
- val conditions: Option[Seq[DaemonSetCondition]]
- val currentNumberScheduled: Int
- val desiredNumberScheduled: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numberAvailable: Option[Int]
- val numberMisscheduled: Int
- val numberReady: Int
- val numberUnavailable: Option[Int]
- val observedGeneration: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val updatedNumberScheduled: Option[Int]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withCollisionCount(value: Int): DaemonSetStatus
- def withConditions(value: Seq[DaemonSetCondition]): DaemonSetStatus
- def withCurrentNumberScheduled(value: Int): DaemonSetStatus
- def withDesiredNumberScheduled(value: Int): DaemonSetStatus
- def withNumberAvailable(value: Int): DaemonSetStatus
- def withNumberMisscheduled(value: Int): DaemonSetStatus
- def withNumberReady(value: Int): DaemonSetStatus
- def withNumberUnavailable(value: Int): DaemonSetStatus
- def withObservedGeneration(value: Int): DaemonSetStatus
- def withUpdatedNumberScheduled(value: Int): DaemonSetStatus