- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GetGenericXdsConfigs (0.25 sec)
-
istioctl/pkg/writer/pilot/status.go
func handleAndGetXdsConfigs(clientConfig *xdsstatus.ClientConfig) []*xdsstatus.ClientConfig_GenericXdsConfig { configs := make([]*xdsstatus.ClientConfig_GenericXdsConfig, 0) if clientConfig.GetGenericXdsConfigs() != nil { configs = clientConfig.GetGenericXdsConfigs() return configs } // FIXME: currently removing the deprecated code below may result in functions not working // if there is a mismatch of versions between istiod and istioctl
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jun 21 22:47:20 UTC 2024 - 6.5K bytes - Viewed (0)