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

    Interface IoK8sApiCoreV1HostAlias

    HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

    interface IoK8sApiCoreV1HostAlias {
        hostnames?: string[];
        ip: string;
    }
    Index

    Properties

    Properties

    hostnames?: string[]

    Hostnames for the above IP address.

    ip: string

    IP address of the host file entry.