ReplicationControllerStatus

data class ReplicationControllerStatus(val availableReplicas: Int? = null, val conditions: List<ReplicationControllerCondition>? = null, val fullyLabeledReplicas: Int? = null, val observedGeneration: Int? = null, val readyReplicas: Int? = null, val replicas: Int)

ReplicationControllerStatus represents the current status of a replication controller.

Constructors

Link copied to clipboard
constructor(availableReplicas: Int? = null, conditions: List<ReplicationControllerCondition>? = null, fullyLabeledReplicas: Int? = null, observedGeneration: Int? = null, readyReplicas: Int? = null, replicas: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val availableReplicas: Int? = null

The number of available replicas (ready for at least minReadySeconds) for this replication controller.

Link copied to clipboard

Represents the latest available observations of a replication controller's current state.

Link copied to clipboard

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

Link copied to clipboard
val observedGeneration: Int? = null

ObservedGeneration reflects the generation of the most recently observed replication controller.

Link copied to clipboard
val readyReplicas: Int? = null

The number of ready replicas for this replication controller.

Link copied to clipboard

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