Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for PROXY_CONFIG (0.14 sec)

  1. pkg/model/proxy.go

    	// or from different versions of proxies connecting. While Pilot has access to the meshConfig.defaultConfig,
    	// this field should be preferred if it is present.
    	ProxyConfig *NodeMetaProxyConfig `json:"PROXY_CONFIG,omitempty"`
    
    	// IstioVersion specifies the Istio version associated with the proxy
    	IstioVersion string `json:"ISTIO_VERSION,omitempty"`
    
    	// IstioRevision specifies the Istio revision associated with the proxy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. pkg/istio-agent/agent_test.go

    		generated, err := grpcxds.LoadBootstrap(bootstrapPath)
    		if err != nil {
    			t.Fatalf("could not read bootstrap config: %v", err)
    		}
    
    		// goldenfile determinism
    		for _, k := range []string{"PROV_CERT", "PROXY_CONFIG"} {
    			delete(generated.Node.Metadata.Fields, k)
    		}
    		got, err := json.MarshalIndent(generated, "", "  ")
    		if err != nil {
    			t.Fatalf("failed to marshal bootstrap: %v", err)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top