Interface: KubeReplicaSet

    lib/k8s/replicaSet .KubeReplicaSet

    Hierarchy

    Properties

    apiVersion

    Optional apiVersion: string

    Inherited from

    KubeObjectInterface . apiVersion

    Defined in

    lib/k8s/cluster.ts:37


    kind

    kind: string

    Inherited from

    KubeObjectInterface . kind

    Defined in

    lib/k8s/cluster.ts:36


    metadata

    metadata: KubeMetadata

    Inherited from

    KubeObjectInterface . metadata

    Defined in

    lib/k8s/cluster.ts:38


    spec

    spec: Object

    Index signature

    ▪ [other: string]: any

    Type declaration

    Name Type
    minReadySeconds number
    replicas number
    selector LabelSelector
    template { metadata?: KubeMetadata ; spec: KubePodSpec }
    template.metadata? KubeMetadata
    template.spec KubePodSpec

    Defined in

    lib/k8s/replicaSet.ts:13


    status

    status: Object

    Type declaration

    Name Type
    availableReplicas number
    conditions Omit< KubeCondition , "lastProbeTime" | "lastUpdateTime">[]
    fullyLabeledReplicas number
    observedGeneration number
    readyReplicas number
    replicas number

    Defined in

    lib/k8s/replicaSet.ts:23