- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for extractMatchedSelectorInfo (0.11 sec)
-
istioctl/pkg/checkinject/checkinject.go
func analyzeWebhooksMatchStatus(whs []admitv1.MutatingWebhook, podLabels, nsLabels map[string]string) (reason string, injected bool) { for _, wh := range whs { nsMatched, nsLabel := extractMatchedSelectorInfo(wh.NamespaceSelector, nsLabels) podMatched, podLabel := extractMatchedSelectorInfo(wh.ObjectSelector, podLabels) if nsMatched && podMatched { if nsLabel != "" && podLabel != "" {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 9.3K bytes - Viewed (0)