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

    Interface IoK8sApiCoreV1ResourceFieldSelector

    ResourceFieldSelector represents container resources (cpu, memory) and their output format

    interface IoK8sApiCoreV1ResourceFieldSelector {
        containerName?: string;
        divisor?: string;
        resource: string;
    }
    Index

    Properties

    containerName?: string

    Container name: required for volumes, optional for env vars

    divisor?: string

    Specifies the output format of the exposed resources, defaults to "1"

    resource: string

    Required: resource to select