Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for labelService (0.28 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    			s.labelPod(t, "pod1", testNS,
    				map[string]string{"app": "a", constants.AmbientUseWaypointLabel: "test-wp"})
    			c.podAssertion(s)
    
    			// Label the service and check that the correct event is produced.
    			s.labelService(t, "svc1", testNS,
    				map[string]string{constants.AmbientUseWaypointLabel: "test-wp"})
    			c.svcAssertion(s)
    
    			// clean up resources
    			s.deleteService(t, "svc1")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top