Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWorkloadAuthorizationPolicy (1.82 sec)

  1. pilot/pkg/xds/workload_test.go

    			Selector: selector,
    			Type:     corev1.ServiceTypeClusterIP,
    		},
    	}
    
    	svcs := clienttest.NewWriter[*corev1.Service](s.T(), s.KubeClient())
    	svcs.CreateOrUpdate(service)
    }
    
    func TestWorkloadAuthorizationPolicy(t *testing.T) {
    	test.SetForTest(t, &features.EnableAmbient, true)
    	expect := buildExpect(t)
    	expectRemoved := buildExpectExpectRemoved(t)
    	s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top