- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for nonmatchingSubsets (0.1 sec)
-
istioctl/pkg/describe/describe.go
matchingSubsets := make([]string, 0, len(subsets)) nonmatchingSubsets := make([]string, 0, len(subsets)) for _, subset := range subsets { subsetSelector := klabels.SelectorFromSet(subset.Labels) if matchesAnyPod(subsetSelector, podsLabels) { matchingSubsets = append(matchingSubsets, subset.Name) } else { nonmatchingSubsets = append(nonmatchingSubsets, subset.Name) } }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0)