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

    Interface IoK8sApiCoreV1NodeAddress

    NodeAddress contains information for the node's address.

    interface IoK8sApiCoreV1NodeAddress {
        address: string;
        type: string;
    }
    Index

    Properties

    Properties

    address: string

    The node address.

    type: string

    Node address type, one of Hostname, ExternalIP or InternalIP.