- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for analyzeWebhooksMatchStatus (0.61 sec)
-
istioctl/pkg/checkinject/checkinject.go
results := make([]webhookAnalysis, 0) for _, mwc := range whs { if !isIstioWebhook(&mwc) { continue } rev := extractRevision(&mwc) reason, injected := analyzeWebhooksMatchStatus(mwc.Webhooks, podLabels, nsLabels) results = append(results, webhookAnalysis{ Name: mwc.Name, Revision: rev, Injected: injected, Reason: reason, }) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 9.3K bytes - Viewed (0)