Skip to content

core.v1.replicationControllerStatus

"ReplicationControllerStatus represents the current status of a replication controller."

Index

Fields

fn withAvailableReplicas

withAvailableReplicas(availableReplicas)

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

fn withConditions

withConditions(conditions)

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

fn withConditionsMixin

withConditionsMixin(conditions)

"Represents the latest available observations of a replication controller'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 replication controller."

fn withObservedGeneration

withObservedGeneration(observedGeneration)

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

fn withReadyReplicas

withReadyReplicas(readyReplicas)

"The number of ready replicas for this replication controller."

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"