- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for filteredLabels (0.06 sec)
-
istioctl/pkg/tag/generate.go
// The filtered common labels are then added to the incoming generated // webhooks, which aids in managing these webhooks via the istioctl/operator. filteredLabels := make(map[string]string) for k, v := range wh.Labels { if k != "app" { filteredLabels[k] = v } } return &tagWebhookConfig{ Tag: tagName, Revision: rev, URL: injectionURL,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.3K bytes - Viewed (0)