apps.v1.replicaSetStatus
"ReplicaSetStatus represents the current status of a ReplicaSet."
Index
fn withAvailableReplicas(availableReplicas)
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withFullyLabeledReplicas(fullyLabeledReplicas)
fn withObservedGeneration(observedGeneration)
fn withReadyReplicas(readyReplicas)
fn withReplicas(replicas)
Fields
fn withAvailableReplicas
withAvailableReplicas(availableReplicas)
"The number of available replicas (ready for at least minReadySeconds) for this replica set."
fn withConditions
withConditions(conditions)
"Represents the latest available observations of a replica set's current state."
fn withConditionsMixin
withConditionsMixin(conditions)
"Represents the latest available observations of a replica set's current state."
Note: This function appends passed data to existing values
fn withFullyLabeledReplicas
withFullyLabeledReplicas(fullyLabeledReplicas)
"The number of pods that have labels matching the labels of the pod template of the replicaset."
fn withObservedGeneration
withObservedGeneration(observedGeneration)
"ObservedGeneration reflects the generation of the most recently observed ReplicaSet."
fn withReadyReplicas
withReadyReplicas(readyReplicas)
"readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition."
fn withReplicas
withReplicas(replicas)
"Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller"