Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HBONE (0.03 sec)

  1. istioctl/pkg/describe/describe.go

    		if protocol == protocolinstance.Unsupported.String() && port.AppProtocol != nil && *port.AppProtocol == "hbone" {
    			// HBONE is used for some internal code.
    			protocol = string(protocolinstance.HBONE)
    		}
    	}
    	return protocol
    }
    
    func isMeshed(pod *corev1.Pod) bool {
    	return inject.FindSidecar(pod) != nil
    }
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top