Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for oc_if_ (0.17 sec)

  1. tools/istio-iptables/pkg/README.md

    _If_ we are running directly on the host (not in a container) we can just assume whatever binary (legacy or nft) is aliased to `iptables` is correct and use that, and we're done. This is what k8s does for the kubelet.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. tests/integration/ambient/wasm_test.go

    	}); err != nil {
    		t.Fatalf("failed to setup the tag map: %v", err)
    	}
    }
    
    func applyAndTestCustomWasmConfigWithOCI(ctx framework.TestContext, c wasmTestConfigs, path, targetType, targetName string) {
    	ctx.NewSubTest("OCI_" + c.desc).Run(func(t framework.TestContext) {
    		defer func() {
    			generation++
    		}()
    		mapTagToVersionOrFail(t, "latest", "0.0.1")
    		wasmModuleURL := fmt.Sprintf("oci://%v/%v:%v", registry.Address(), imageName, "latest")
    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