Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for tcproutes (0.09 sec)

  1. pkg/config/validation/validation_test.go

    					Destination: &networking.Destination{Host: "foo.baz"},
    				}},
    			}},
    		}, valid: true},
    		{name: "missing tcp route", in: &networking.VirtualService{
    			Hosts: []string{"foo.bar"},
    			Tcp: []*networking.TCPRoute{{
    				Match: []*networking.L4MatchAttributes{
    					{Port: 999},
    				},
    			}},
    		}, valid: false},
    		{name: "missing tls route", in: &networking.VirtualService{
    			Hosts: []string{"foo.bar"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top