Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for DR (0.03 sec)

  1. pilot/pkg/model/push_context.go

    	// Map of dest rule host and the merged destination rules for that host.
    	// Only stores wildcard destination rules
    	wildcardDestRules map[host.Name][]*ConsolidatedDestRule
    }
    
    // ConsolidatedDestRule represents a dr and from which it is consolidated.
    type ConsolidatedDestRule struct {
    	// rule is merged from the following destinationRules.
    	rule *config.Config
    	// the original dest rules from which above rule is merged.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VPERMPD $216, Y7, Y7 // c4e3fd01ffd8
    	// Check that LEAL is permitted to use overflowing offset.
    	LEAL 2400959708(BP)(R10*1), BP // 428dac15dcbc1b8f
    	LEAL 3395469782(AX)(R10*1), AX // 428d8410d6c162ca
    	// Make sure MOV CR/DR continues to work after changing its movtabs.
    	MOVQ CR0, AX // 0f20c0
    	MOVQ CR0, DX // 0f20c2
    	MOVQ CR4, DI // 0f20e7
    	MOVQ AX, CR0 // 0f22c0
    	MOVQ DX, CR0 // 0f22c2
    	MOVQ DI, CR4 // 0f22e7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    `).ApplyOrFail(t)
    			t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    				"Destination": dst.Config().Service,
    			}, `apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: dr
    spec:
      host: "{{.Destination}}"
      subsets:
      - name: v1
        labels:
          version: v1
      - name: v2
        labels:
          version: v2
    `).ApplyOrFail(t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top