Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clusterConfigsFromFlags (0.2 sec)

  1. pkg/test/framework/components/environment/kube/settings.go

    	if len(clusterConfigs) == 0 {
    		// not loaded from file file, build directly from provided kubeconfigs and topology flag maps
    		return s.clusterConfigsFromFlags()
    	}
    
    	return s.clusterConfigsFromFile()
    }
    
    func (s *Settings) clusterConfigsFromFlags() ([]cluster.Config, error) {
    	if len(s.KubeConfig) == 0 {
    		// flag-based, but no kubeconfigs, get kubeconfigs from environment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top