Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		expectGateways(t, 7)
    	})
    	t.Run("remove kubernetes gateway", func(t *testing.T) {
    		removeGatewayResource(t, c)
    		expectGateways(t, 3)
    	})
    	t.Run("remove labeled service", func(t *testing.T) {
    		removeLabeledServiceGateway(t, c)
    		expectGateways(t, 2)
    	})
    	// gateways are created even with out service
    	t.Run("add kubernetes gateway", func(t *testing.T) {
    		addOrUpdateGatewayResource(t, c, 35443)
    		expectGateways(t, 6)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top