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

    Interface IoK8sApiDiscoveryV1EndpointHints

    EndpointHints provides hints describing how an endpoint should be consumed.

    interface IoK8sApiDiscoveryV1EndpointHints {
        forNodes?: IoK8sApiDiscoveryV1ForNode[];
        forZones?: IoK8sApiDiscoveryV1ForZone[];
    }
    Index

    Properties

    Properties

    forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.

    forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.