Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectAmbient (0.1 sec)

  1. pilot/pkg/serviceregistry/serviceregistry_test.go

    				expectEndpoints(t, s, "outbound|80||service.namespace.svc.cluster.local", expectAmbient([]string{"1.2.3.4:80"}, ambient), nodeMeta)
    
    				newPod := pod.DeepCopy()
    				newPod.Status.PodIP = "2.3.4.5"
    				makePod(t, s.KubeClient().Kube(), newPod)
    				expectEndpoints(t, s, "outbound|80||service.namespace.svc.cluster.local", expectAmbient([]string{"2.3.4.5:80"}, ambient), nodeMeta)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top