DaemonSetStatus

io.k8s.api.apps.v1.DaemonSetStatus
See theDaemonSetStatus companion object
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[Long], numberAvailable: Option[Int])

DaemonSetStatus represents the current status of a daemon set.

Attributes

Companion
object
Source
DaemonSetStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

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

Attributes

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

Attributes

Source
DaemonSetStatus.scala

transforms currentNumberScheduled to result of function

transforms currentNumberScheduled to result of function

Attributes

Source
DaemonSetStatus.scala

transforms desiredNumberScheduled to result of function

transforms desiredNumberScheduled to result of function

Attributes

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

Attributes

Source
DaemonSetStatus.scala

transforms numberMisscheduled to result of function

transforms numberMisscheduled to result of function

Attributes

Source
DaemonSetStatus.scala

transforms numberReady to result of function

transforms numberReady to result of function

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
DaemonSetStatus.scala

Returns a new data with collisionCount set to new value

Returns a new data with collisionCount set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with currentNumberScheduled set to new value

Returns a new data with currentNumberScheduled set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with desiredNumberScheduled set to new value

Returns a new data with desiredNumberScheduled set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with numberAvailable set to new value

Returns a new data with numberAvailable set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with numberMisscheduled set to new value

Returns a new data with numberMisscheduled set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with numberReady set to new value

Returns a new data with numberReady set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with numberUnavailable set to new value

Returns a new data with numberUnavailable set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source
DaemonSetStatus.scala

Returns a new data with updatedNumberScheduled set to new value

Returns a new data with updatedNumberScheduled set to new value

Attributes

Source
DaemonSetStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product