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

    Interface IoK8sApiNetworkingV1beta1ParentReference

    ParentReference describes a reference to a parent object.

    interface IoK8sApiNetworkingV1beta1ParentReference {
        group?: string;
        name: string;
        namespace?: string;
        resource: string;
    }
    Index

    Properties

    group?: string

    Group is the group of the object being referenced.

    name: string

    Name is the name of the object being referenced.

    namespace?: string

    Namespace is the namespace of the object being referenced.

    resource: string

    Resource is the resource of the object being referenced.