- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for allScopes (0.07 sec)
-
istioctl/pkg/admin/istiodconfig.go
Description string `json:"description"` } allScopes, err := ga.client.GetScopes() sort.Slice(allScopes, func(i, j int) bool { return allScopes[i].Name < allScopes[j].Name }) if err != nil { return fmt.Errorf("could not get scopes information: %v", err) } var resultScopeLogLevel []*scopeLogLevel for _, scope := range allScopes { resultScopeLogLevel = append(resultScopeLogLevel,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 13.5K bytes - Viewed (0)