ReplicaSetStatus represents the current status of a ReplicaSet.

Hierarchy

  • V1ReplicaSetStatus

Constructors

Properties

availableReplicas?: number

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

conditions?: V1ReplicaSetCondition[]

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

fullyLabeledReplicas?: number

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

observedGeneration?: number

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

readyReplicas?: number

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

replicas: number
attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc