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

    Interface V1VirtualMachineInstanceReplicaSetSpec

    interface V1VirtualMachineInstanceReplicaSetSpec {
        paused?: boolean;
        replicas?: number;
        selector: K8sIoApimachineryPkgApisMetaV1LabelSelector;
        template: V1VirtualMachineInstanceTemplateSpec;
    }
    Index

    Properties

    paused?: boolean

    Indicates that the replica set is paused.

    replicas?: number

    Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.

    int32

    Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.

    Template describes the pods that will be created.