ReplicationControllerStatus

final case class ReplicationControllerStatus(replicas: Int, conditions: Option[Seq[ReplicationControllerCondition]], availableReplicas: Option[Int], observedGeneration: Option[Int], readyReplicas: Option[Int], fullyLabeledReplicas: Option[Int])

ReplicationControllerStatus represents the current status of a replication controller.

Source:
ReplicationControllerStatus.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:
ReplicationControllerStatus.scala

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

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

Source:
ReplicationControllerStatus.scala

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

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

Source:
ReplicationControllerStatus.scala

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

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

Source:
ReplicationControllerStatus.scala

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

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

Source:
ReplicationControllerStatus.scala

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

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

Source:
ReplicationControllerStatus.scala

transforms replicas to result of function

transforms replicas to result of function

Source:
ReplicationControllerStatus.scala

Returns a new data with availableReplicas set to new value

Returns a new data with availableReplicas set to new value

Source:
ReplicationControllerStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Source:
ReplicationControllerStatus.scala

Returns a new data with fullyLabeledReplicas set to new value

Returns a new data with fullyLabeledReplicas set to new value

Source:
ReplicationControllerStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Source:
ReplicationControllerStatus.scala

Returns a new data with readyReplicas set to new value

Returns a new data with readyReplicas set to new value

Source:
ReplicationControllerStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Source:
ReplicationControllerStatus.scala

Inherited methods

Inherited from:
Product