Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for namespaceToProxyConfigs (0.21 sec)

  1. pilot/pkg/model/proxy_config.go

    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/util/protomarshal"
    )
    
    // ProxyConfigs organizes ProxyConfig configuration by namespace.
    type ProxyConfigs struct {
    	// namespaceToProxyConfigs
    	namespaceToProxyConfigs map[string][]*v1beta1.ProxyConfig
    
    	// root namespace
    	rootNamespace string
    }
    
    // EffectiveProxyConfig generates the correct merged ProxyConfig for a given ProxyConfigTarget.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 01:23:19 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top