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

    Interface IoK8sApiCoreV1LoadBalancerStatus

    LoadBalancerStatus represents the status of a load-balancer.

    interface IoK8sApiCoreV1LoadBalancerStatus {
        ingress?: IoK8sApiCoreV1LoadBalancerIngress[];
    }
    Index

    Properties

    Properties

    Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.