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

    Interface IoK8sApiNetworkingV1IngressLoadBalancerIngress

    IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

    interface IoK8sApiNetworkingV1IngressLoadBalancerIngress {
        hostname?: string;
        ip?: string;
        ports?: IoK8sApiNetworkingV1IngressPortStatus[];
    }
    Index

    Properties

    Properties

    hostname?: string

    hostname is set for load-balancer ingress points that are DNS based.

    ip?: string

    ip is set for load-balancer ingress points that are IP based.

    ports provides information about the ports exposed by this LoadBalancer.