- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getMatchingNamespaces (0.1 sec)
-
istioctl/pkg/injector/injector-list.go
fmt.Fprintln(w, "NAMESPACES\tINJECTOR-HOOK\tISTIO-REVISION\tSIDECAR-IMAGE") for _, hook := range hooks { revision := hook.ObjectMeta.GetLabels()[label.IoIstioRev.Name] namespaces := getMatchingNamespaces(&hook, namespaces) if len(namespaces) == 0 { fmt.Fprintf(w, "%s\t%s\t%s\t%s\n", "DOES NOT AUTOINJECT", hook.Name, revision, injectedImages[revision]) continue } for _, namespace := range namespaces {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Oct 18 11:39:52 UTC 2024 - 10.6K bytes - Viewed (0)