Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runWebhook (0.09 sec)

  1. pkg/kube/inject/inject_test.go

        image: proxy
      containers:
        - name: hello
          image: fake.docker.io/google-samples/hello-go-gke:1.0
        - name: istio-proxy
          image: proxy
    `
    	runWebhook(t, webhook, []byte(input), []byte(fmt.Sprintf(expected, "sidecar,init")), false)
    	runWebhook(t, webhook, []byte(inputAlias), []byte(fmt.Sprintf(expected, "both")), false)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top