Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyExecTestOutput (0.17 sec)

  1. istioctl/pkg/wait/wait_test.go

    			k.Dynamic().Resource(gvr.VirtualService).Namespace("default").Create(context.Background(),
    				newUnstructured("networking.istio.io/v1alpha3", "virtualservice", "default", "bar", int64(3)),
    				metav1.CreateOptions{})
    			verifyExecTestOutput(t, Cmd(cl), c)
    		})
    	}
    }
    
    type addObject interface {
    	Add(obj runtime.Object)
    }
    
    type execTestCase struct {
    	execClientConfig map[string][]byte
    	args             []string
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 08:28:50 GMT 2024
    - 6.8K bytes
    - Viewed (1)
Back to top