Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tlsModeForDestinationRule (0.17 sec)

  1. pilot/pkg/xds/endpoints/mtls_checker.go

    }
    
    func newMtlsChecker(push *model.PushContext, svcPort int, dr *config.Config, subset string) *mtlsChecker {
    	return &mtlsChecker{
    		push:            push,
    		svcPort:         svcPort,
    		destinationRule: tlsModeForDestinationRule(dr, subset, svcPort),
    	}
    }
    
    // isMtlsEnabled returns true if the given lbEp has mTLS enabled.
    func isMtlsEnabled(lbEp *endpoint.LbEndpoint) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top