Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewLocalFileCache (0.31 sec)

  1. pkg/istio-agent/xds_proxy.go

    	var envoyProbe ready.Prober
    	if !ia.cfg.DisableEnvoy {
    		envoyProbe = &ready.Probe{
    			AdminPort:     uint16(ia.proxyConfig.ProxyAdminPort),
    			LocalHostAddr: localHostAddr,
    		}
    	}
    
    	cache := wasm.NewLocalFileCache(constants.IstioDataDir, ia.cfg.WASMOptions)
    	proxy := &XdsProxy{
    		istiodAddress:         ia.proxyConfig.DiscoveryAddress,
    		istiodSAN:             ia.cfg.IstiodSAN,
    		clusterID:             ia.secOpts.ClusterID,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top