Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failoverPriorityLabels (1.96 sec)

  1. pilot/pkg/xds/endpoints/endpoint_builder.go

    		h.WriteString(strconv.FormatBool(bool(b.proxy.Metadata.DisableHBONESend)))
    		h.Write(Separator)
    	}
    	h.WriteString(util.LocalityToString(b.locality))
    	h.Write(Separator)
    	if len(b.failoverPriorityLabels) > 0 {
    		h.Write(b.failoverPriorityLabels)
    		h.Write(Separator)
    	}
    	if b.service.Attributes.NodeLocal {
    		h.WriteString(b.proxy.GetNodeName())
    		h.Write(Separator)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
Back to top