Interface IngressAddr

interface IngressAddr {
    hostname?: string;
    ip?: string;
}

Properties

Properties

hostname?: string
ip?: string

Generated using TypeDoc