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

    Interface V1ObjectGraphOptions

    ObjectGraphOptions holds options for the object graph.

    interface V1ObjectGraphOptions {
        includeOptionalNodes?: boolean;
        labelSelector?: K8sIoApimachineryPkgApisMetaV1LabelSelector;
    }
    Index

    Properties

    includeOptionalNodes?: boolean

    IncludeOptionalNodes indicates whether to include optional nodes in the graph. True by default.

    LabelSelector is used to filter nodes in the graph based on their labels.