Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateProxyAddress (0.15 sec)

  1. pkg/config/validation/agent/validation_test.go

    			if got := ValidateControlPlaneAuthPolicy(c.policy); (got == nil) != c.isValid {
    				t.Errorf("got valid=%v but wanted valid=%v: %v", got == nil, c.isValid, got)
    			}
    		})
    	}
    }
    
    func TestValidateProxyAddress(t *testing.T) {
    	addresses := map[string]bool{
    		"istio-pilot:80":        true,
    		"istio-pilot":           false,
    		"isti..:80":             false,
    		"10.0.0.100:9090":       true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 39.1K bytes
    - Viewed (0)
Back to top