- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for vwhc (0.02 sec)
-
architecture/networking/pilot.md
scr("Credentials Controller") mcsc--"1 per cluster"-->scr mcsc--"1 per cluster"-->ksd crd--Depends-->ccs iwhc("Injection Webhook") vwhc("Validation Webhook") nsc("Namespace Controller") ksd--"External Istiod"-->nsc ksd--"External Istiod"-->iwhc df("Discovery Filter") axc("Auto Export Controller") mcfg("Mesh Config") dfc("Default Revision Controller")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Feb 07 17:53:24 UTC 2024 - 19.1K bytes - Viewed (0) -
istioctl/pkg/tag/generate.go
// that is set to `Fail` by Istiod, we avoid of setting it back to the default `Ignore`. vwh, err := client.Kube().AdmissionregistrationV1().ValidatingWebhookConfigurations(). Get(context.Background(), vwhBaseTemplateName, metav1.GetOptions{}) if err != nil && !errors.IsNotFound(err) { return nil, err } if vwh == nil { return whConfig, nil } if whConfig.FailurePolicy == nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.3K bytes - Viewed (0) -
istioctl/pkg/multixds/gather.go
LabelSelector: fmt.Sprintf("%s=%s,!%s", label.IoIstioRev.Name, client.Revision(), label.IoIstioTag.Name), }) if err != nil { return nil, err } for _, whc := range webhooks.Items { for _, wh := range whc.Webhooks { if wh.ClientConfig.URL != nil { u, err := url.Parse(*wh.ClientConfig.URL) if err != nil { return nil, fmt.Errorf("parsing webhook URL: %w", err) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.6K bytes - Viewed (0)