Options
All
  • Public
  • Public/Protected
  • All
Menu

ReplicationControllerStatus represents the current status of a replication controller.

export
interface

IoK8sApiCoreV1ReplicationControllerStatus

Hierarchy

  • IoK8sApiCoreV1ReplicationControllerStatus

Index

Properties

availableReplicas?: number

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

memberof

IoK8sApiCoreV1ReplicationControllerStatus

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

memberof

IoK8sApiCoreV1ReplicationControllerStatus

fullyLabeledReplicas?: number

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

memberof

IoK8sApiCoreV1ReplicationControllerStatus

observedGeneration?: number

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

memberof

IoK8sApiCoreV1ReplicationControllerStatus

readyReplicas?: number

The number of ready replicas for this replication controller.

memberof

IoK8sApiCoreV1ReplicationControllerStatus

replicas: number
memberof

IoK8sApiCoreV1ReplicationControllerStatus

Generated using TypeDoc