Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewFakeController (0.13 sec)

  1. pilot/test/xds/fake.go

    			})
    		})
    	}
    	var xdsUpdater model.XDSUpdater = s
    	if opts.EnableFakeXDSUpdater {
    		xdsUpdater = xdsfake.NewWithDelegate(s)
    	}
    	mc := multicluster.NewFakeController()
    	creds := kubesecrets.NewMulticluster(opts.DefaultClusterName, mc)
    
    	configController := memory.NewSyncController(memory.MakeSkipValidation(collections.PilotGatewayAPI()))
    	clientBuilder := opts.KubeClientBuilder
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  2. pkg/kube/inject/inject_test.go

    			t.Run("webhook", func(t *testing.T) {
    				env := &model.Environment{}
    				env.SetPushContext(&model.PushContext{
    					ProxyConfigs: &model.ProxyConfigs{},
    				})
    
    				multi := multicluster.NewFakeController()
    				client := kube.NewFakeClient(
    					&corev1.Namespace{
    						ObjectMeta: metav1.ObjectMeta{
    							Name: "test-ns",
    							Annotations: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top