DaemonSetStatus

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

DaemonSetStatus represents the current status of a daemon set.

Source:
DaemonSetStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Source:
DaemonSetStatus.scala

if collisionCount has a value, transforms to the result of function

if collisionCount has a value, transforms to the result of function

Source:
DaemonSetStatus.scala

if conditions has a value, transforms to the result of function

if conditions has a value, transforms to the result of function

Source:
DaemonSetStatus.scala

transforms currentNumberScheduled to result of function

transforms currentNumberScheduled to result of function

Source:
DaemonSetStatus.scala

transforms desiredNumberScheduled to result of function

transforms desiredNumberScheduled to result of function

Source:
DaemonSetStatus.scala

if numberAvailable has a value, transforms to the result of function

if numberAvailable has a value, transforms to the result of function

Source:
DaemonSetStatus.scala

transforms numberMisscheduled to result of function

transforms numberMisscheduled to result of function

Source:
DaemonSetStatus.scala

transforms numberReady to result of function

transforms numberReady to result of function

Source:
DaemonSetStatus.scala

if numberUnavailable has a value, transforms to the result of function

if numberUnavailable has a value, transforms to the result of function

Source:
DaemonSetStatus.scala

if observedGeneration has a value, transforms to the result of function

if observedGeneration has a value, transforms to the result of function

Source:
DaemonSetStatus.scala

if updatedNumberScheduled has a value, transforms to the result of function

if updatedNumberScheduled has a value, transforms to the result of function

Source:
DaemonSetStatus.scala

Returns a new data with collisionCount set to new value

Returns a new data with collisionCount set to new value

Source:
DaemonSetStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Source:
DaemonSetStatus.scala

Returns a new data with currentNumberScheduled set to new value

Returns a new data with currentNumberScheduled set to new value

Source:
DaemonSetStatus.scala

Returns a new data with desiredNumberScheduled set to new value

Returns a new data with desiredNumberScheduled set to new value

Source:
DaemonSetStatus.scala

Returns a new data with numberAvailable set to new value

Returns a new data with numberAvailable set to new value

Source:
DaemonSetStatus.scala

Returns a new data with numberMisscheduled set to new value

Returns a new data with numberMisscheduled set to new value

Source:
DaemonSetStatus.scala

Returns a new data with numberReady set to new value

Returns a new data with numberReady set to new value

Source:
DaemonSetStatus.scala

Returns a new data with numberUnavailable set to new value

Returns a new data with numberUnavailable set to new value

Source:
DaemonSetStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Source:
DaemonSetStatus.scala

Returns a new data with updatedNumberScheduled set to new value

Returns a new data with updatedNumberScheduled set to new value

Source:
DaemonSetStatus.scala

Inherited methods

Inherited from:
Product