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

    Interface K8sIoApiCoreV1ObjectFieldSelector

    ObjectFieldSelector selects an APIVersioned field of an object.

    interface K8sIoApiCoreV1ObjectFieldSelector {
        apiVersion?: string;
        fieldPath: string;
    }
    Index

    Properties

    apiVersion?: string

    Version of the schema the FieldPath is written in terms of, defaults to "v1".

    fieldPath: string

    Path of the field to select in the specified API version.

    ""