ReplicaSetStatus

com.coralogix.zio.k8s.model.apps.v1.ReplicaSetStatus
See theReplicaSetStatus companion object
case class ReplicaSetStatus(availableReplicas: Optional[Int], conditions: Optional[Vector[ReplicaSetCondition]], fullyLabeledReplicas: Optional[Int], observedGeneration: Optional[Long], readyReplicas: Optional[Int], replicas: Int)

ReplicaSetStatus represents the current status of a ReplicaSet.

Value parameters

availableReplicas

The number of available replicas (ready for at least minReadySeconds) for this replica set.

conditions

Represents the latest available observations of a replica set's current state.

fullyLabeledReplicas

The number of pods that have labels matching the labels of the pod template of the replicaset.

observedGeneration

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

readyReplicas

readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.

replicas

Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The number of available replicas (ready for at least minReadySeconds) for this replica set.

The number of available replicas (ready for at least minReadySeconds) for this replica set.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Represents the latest available observations of a replica set's current state.

Represents the latest available observations of a replica set's current state.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The number of pods that have labels matching the labels of the pod template of the replicaset.

The number of pods that have labels matching the labels of the pod template of the replicaset.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.

readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

This effect always succeeds, it is safe to use the field replicas directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product