ReplicationControllerStatus represents the current status of a replication controller.

Hierarchy

  • V1ReplicationControllerStatus

Constructors

Properties

availableReplicas?: number

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

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

fullyLabeledReplicas?: number

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

observedGeneration?: number

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

readyReplicas?: number

The number of ready replicas for this replication controller.

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

Type declaration

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

Methods

Generated using TypeDoc