Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createServiceWait (0.22 sec)

  1. pilot/pkg/serviceregistry/kube/controller/pod_test.go

    	c, fx := NewFakeControllerWithOptions(t, FakeControllerOptions{
    		WatchedNamespaces: "nsa,nsb",
    	})
    
    	initTestEnv(t, c.client.Kube(), fx)
    	// Setup a service with 1 pod and endpointslices
    	createServiceWait(c, "ratings", "nsa",
    		nil, nil, []int32{8080}, map[string]string{"app": "test"}, t)
    	pod := generatePod("128.0.0.1", "cpod1", "nsa", "", "", map[string]string{"app": "test", "foo": "bar"}, map[string]string{})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top