Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tests/integration/ambient/wasm_test.go

    	case "gateway":
    		return "Gateway", "gateway.networking.k8s.io", targetName
    	case "service":
    		return "Service", "\"\"", targetName
    	default:
    		return "", "", ""
    	}
    }
    
    func TestWasmPluginConfigurations(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			testCases := []struct {
    				desc         string
    				name         string
    				testHostname string
    				targetType   string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top