Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/tls_test.go

    // limitations under the License.
    
    package core
    
    import (
    	"testing"
    
    	"istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pkg/config/labels"
    	"istio.io/istio/pkg/util/sets"
    )
    
    func TestMatchTLS(t *testing.T) {
    	type args struct {
    		match       *v1alpha3.TLSMatchAttributes
    		proxyLabels labels.Instance
    		gateways    sets.String
    		port        int
    		namespace   string
    	}
    	tests := []struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top