Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CLIs (0.08 sec)

  1. operator/pkg/name/name.go

    		"spec.values.gateways.istio-egressgateway.enabled":  "spec.components.egressGateways.[name:istio-egressgateway].enabled",
    	}
    
    	// userFacingComponentNames are the names of components that are displayed to the user in high level CLIs
    	// (like progress log).
    	userFacingComponentNames = map[ComponentName]string{
    		IstioBaseComponentName:          "Istio core",
    		PilotComponentName:              "Istiod",
    		CNIComponentName:                "CNI",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. pkg/kube/client_factory.go

    	}
    
    	out.discoveryClient = lazy.NewWithRetry(func() (discovery.CachedDiscoveryInterface, error) {
    		restConfig, err := out.ToRESTConfig()
    		if err != nil {
    			return nil, err
    		}
    		// Setup cached discovery. CLIs uses disk cache, controllers use memory cache.
    		if diskCache {
    			// From https://github.com/kubernetes/cli-runtime/blob/4fdf49ae46a0caa7fafdfe97825c6129d5153f06/pkg/genericclioptions/config_flags.go#L288
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 21:30:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top