Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for dsr (0.12 sec)

  1. 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)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="audio/cn"/>
      <mime-type type="audio/dat12"/>
      <mime-type type="audio/dls"/>
      <mime-type type="audio/dsr-es201108"/>
      <mime-type type="audio/dsr-es202050"/>
      <mime-type type="audio/dsr-es202211"/>
      <mime-type type="audio/dsr-es202212"/>
      <mime-type type="audio/dvi4"/>
      <mime-type type="audio/evrc"/>
      <mime-type type="audio/evrc-qcp"/>
      <mime-type type="audio/evrc0"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"enableDSR": {
    						SchemaProps: spec.SchemaProps{
    							Description: "enableDSR tells kube-proxy whether HNS policies should be created with DSR",
    							Default:     false,
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"rootHnsEndpointName": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top