Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StringToStringVar (0.15 sec)

  1. pilot/cmd/pilot-discovery/app/cmd.go

    	c.PersistentFlags().StringVar((*string)(&serverArgs.RegistryOptions.KubeOptions.ClusterID), "clusterID", features.ClusterName,
    		"The ID of the cluster that this Istiod instance resides")
    	c.PersistentFlags().StringToStringVar(&serverArgs.RegistryOptions.KubeOptions.ClusterAliases, "clusterAliases", map[string]string{},
    		"Alias names for clusters")
    
    	// using address, so it can be configured as localhost:.. (possibly UDS in future)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top