ReplicaSetStatus

io.k8s.api.apps.v1.ReplicaSetStatus
See theReplicaSetStatus companion object
final case class ReplicaSetStatus(replicas: Int, conditions: Option[Seq[ReplicaSetCondition]], availableReplicas: Option[Int], observedGeneration: Option[Int], readyReplicas: Option[Int], fullyLabeledReplicas: Option[Int])

ReplicaSetStatus represents the current status of a ReplicaSet.

Attributes

Companion:
object
Source:
ReplicaSetStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

Source:
ReplicaSetStatus.scala

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Source:
ReplicaSetStatus.scala

transforms replicas to result of function

transforms replicas to result of function

Attributes

Source:
ReplicaSetStatus.scala

Returns a new data with availableReplicas set to new value

Returns a new data with availableReplicas set to new value

Attributes

Source:
ReplicaSetStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source:
ReplicaSetStatus.scala

Returns a new data with fullyLabeledReplicas set to new value

Returns a new data with fullyLabeledReplicas set to new value

Attributes

Source:
ReplicaSetStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source:
ReplicaSetStatus.scala

Returns a new data with readyReplicas set to new value

Returns a new data with readyReplicas set to new value

Attributes

Source:
ReplicaSetStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source:
ReplicaSetStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product