Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for encode (0.17 sec)

  1. istioctl/pkg/multixds/gather.go

    	for _, response := range responses {
    		retval[CpInfo(response).ID] = response
    	}
    
    	return retval, nil
    }
    
    // CpInfo returns the Istio control plane info from JSON-encoded XDS ControlPlane Identifier
    func CpInfo(xdsResponse *discovery.DiscoveryResponse) pilotxds.IstioControlPlaneInstance {
    	if xdsResponse.ControlPlane == nil {
    		return pilotxds.IstioControlPlaneInstance{
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 08 08:38:19 GMT 2024
    - 13.6K bytes
    - Viewed (0)
Back to top