Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dsr (0.01 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/basic",
    				"audio/bv16",
    				"audio/bv32",
    				"audio/clearmode",
    				"audio/cn",
    				"audio/dat12",
    				"audio/dls",
    				"audio/dsr-es201108",
    				"audio/dsr-es202050",
    				"audio/dsr-es202211",
    				"audio/dsr-es202212",
    				"audio/dvi4",
    				"audio/eac3",
    				"audio/evrc",
    				"audio/evrc-qcp",
    				"audio/evrc0",
    				"audio/evrc1",
    				"audio/evrcb",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. pkg/proxy/winkernel/proxier.go

    		ep, ok := epInfo.(*endpointInfo)
    		if !ok {
    			continue
    		}
    		if isLocalTrafficDSR && !ep.IsLocal() {
    			// KEP-1669: Ignore remote endpoints when the ExternalTrafficPolicy is Local (DSR Mode)
    			continue
    		}
    		// If Readiness Probe fails and pod is not under delete, then
    		// the state of the endpoint will be - Ready:False, Serving:False, Terminating:False
    		if !ep.IsReady() && !ep.IsTerminating() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top