@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiCoreV1ReplicationControllerStatus

    ReplicationControllerStatus represents the current status of a replication controller.

    interface IoK8sApiCoreV1ReplicationControllerStatus {
        availableReplicas?: number;
        conditions?: IoK8sApiCoreV1ReplicationControllerCondition[];
        fullyLabeledReplicas?: number;
        observedGeneration?: number;
        readyReplicas?: number;
        replicas: number;
    }
    Index

    Properties

    availableReplicas?: number

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

    int32

    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.

    int32

    observedGeneration?: number

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

    int64

    readyReplicas?: number

    The number of ready replicas for this replication controller.

    int32

    replicas: number

    int32