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

    Interface V1SupportContainerResources

    SupportContainerResources are used to specify the cpu/memory request and limits for the containers that support various features of Virtual Machines. These containers are usually idle and don't require a lot of memory or cpu.

    interface V1SupportContainerResources {
        resources: V1ResourceRequirementsWithoutClaims;
        type: string;
    }
    Index

    Properties

    Properties

    ResourceRequirementsWithoutClaims describes the compute resource requirements. This struct was taken from the k8s.ResourceRequirements and cleaned up the Claims field.

    {}
    
    type: string
    ""