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

    Interface IoK8sApiAutoscalingV1ScaleSpec

    ScaleSpec describes the attributes of a scale subresource.

    interface IoK8sApiAutoscalingV1ScaleSpec {
        replicas?: number;
    }
    Index

    Properties

    Properties

    replicas?: number

    replicas is the desired number of instances for the scaled object.

    int32