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

    Interface IoK8sApiNetworkingV1IngressBackend

    IngressBackend describes all endpoints for a given service and port.

    interface IoK8sApiNetworkingV1IngressBackend {
        resource?: IoK8sApiCoreV1TypedLocalObjectReference;
        service?: IoK8sApiNetworkingV1IngressServiceBackend;
    }
    Index

    Properties

    Properties

    resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".

    service references a service as a backend. This is a mutually exclusive setting with "Resource".