Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetGenericXdsConfigs (0.09 sec)

  1. 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)
Back to top