Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uint32 (0.13 sec)

  1. istioctl/pkg/describe/describe_test.go

    		}
    	}
    }
    
    func TestGetIstioVirtualServicePathForSvcFromRoute(t *testing.T) {
    	tests := []struct {
    		name         string
    		inputConfig  string
    		inputService corev1.Service
    		inputPort    int32
    		expected     string
    	}{
    		{
    			name:        "test tls config",
    			inputConfig: "testdata/describe/tls_config.json",
    			inputService: corev1.Service{
    				TypeMeta: metav1.TypeMeta{},
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Mar 28 09:54:01 GMT 2024
    - 30.4K bytes
    - Viewed (0)
Back to top