Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tstones (0.19 sec)

  1. pilot/pkg/model/context.go

    	// are not part of an Istio identity and thus are not verified.
    	VerifiedIdentity *spiffe.Identity
    
    	// IPMode of proxy.
    	ipMode IPMode
    
    	// GlobalUnicastIP stores the global unicast IP if available, otherwise nil
    	GlobalUnicastIP string
    
    	// XdsResourceGenerator is used to generate resources for the node, based on the PushContext.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder.go

    		},
    	},
    })
    
    // clusterWrapper wraps Cluster object along with upstream protocol options.
    type clusterWrapper struct {
    	cluster *cluster.Cluster
    	// httpProtocolOptions stores the HttpProtocolOptions which will be marshaled when build is called.
    	httpProtocolOptions *http.HttpProtocolOptions
    }
    
    // metadataCerts hosts client certificate related metadata specified in proxy metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top