Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InternalPolicyLocal (0.77 sec)

  1. pkg/proxy/serviceport.go

    func (bsvcPortInfo *BaseServicePortInfo) ExternalPolicyLocal() bool {
    	return bsvcPortInfo.externalPolicyLocal
    }
    
    // InternalPolicyLocal is part of ServicePort interface
    func (bsvcPortInfo *BaseServicePortInfo) InternalPolicyLocal() bool {
    	return bsvcPortInfo.internalPolicyLocal
    }
    
    // HintsAnnotation is part of ServicePort interface.
    func (bsvcPortInfo *BaseServicePortInfo) HintsAnnotation() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 09 08:17:56 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. pkg/proxy/topology_test.go

    		serviceInfo:      &BaseServicePortInfo{internalPolicyLocal: true},
    		endpoints:        []Endpoint{},
    		clusterEndpoints: nil,
    		localEndpoints:   sets.New[string](),
    	}, {
    		name:        "internalTrafficPolicy: Local, but all endpoints are remote",
    		serviceInfo: &BaseServicePortInfo{internalPolicyLocal: true},
    		endpoints: []Endpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 26.6K bytes
    - Viewed (0)
Back to top