StatefulSetStatus

io.k8s.api.apps.v1.StatefulSetStatus
See theStatefulSetStatus companion object
final case class StatefulSetStatus(replicas: Int, conditions: Option[Seq[StatefulSetCondition]], collisionCount: Option[Int], availableReplicas: Option[Int], observedGeneration: Option[Long], currentRevision: Option[String], currentReplicas: Option[Int], updateRevision: Option[String], updatedReplicas: Option[Int], readyReplicas: Option[Int])

StatefulSetStatus represents the current state of a StatefulSet.

Attributes

Companion
object
Source
StatefulSetStatus.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
StatefulSetStatus.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
StatefulSetStatus.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
StatefulSetStatus.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
StatefulSetStatus.scala

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

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

Attributes

Source
StatefulSetStatus.scala

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

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

Attributes

Source
StatefulSetStatus.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
StatefulSetStatus.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
StatefulSetStatus.scala

transforms replicas to result of function

transforms replicas to result of function

Attributes

Source
StatefulSetStatus.scala

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

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

Attributes

Source
StatefulSetStatus.scala

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

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

Attributes

Source
StatefulSetStatus.scala

Returns a new data with availableReplicas set to new value

Returns a new data with availableReplicas set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with collisionCount set to new value

Returns a new data with collisionCount set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with currentReplicas set to new value

Returns a new data with currentReplicas set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with currentRevision set to new value

Returns a new data with currentRevision set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with readyReplicas set to new value

Returns a new data with readyReplicas set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with updateRevision set to new value

Returns a new data with updateRevision set to new value

Attributes

Source
StatefulSetStatus.scala

Returns a new data with updatedReplicas set to new value

Returns a new data with updatedReplicas set to new value

Attributes

Source
StatefulSetStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product