Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rev (0.05 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      labels:
        app: istiod
        istio: istiod
        istio.io/rev: default
        release: istio
      name: istio-validator-istio-system
    webhooks:
    - admissionReviewVersions:
      - v1beta1
      - v1
      clientConfig:
        service:
          name: istiod
          namespace: istio-system
          path: /validate
      failurePolicy: Ignore
      name: rev.validation.istio.io
      objectSelector:
        matchExpressions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    		if x != v_1 {
    			break
    		}
    		v.copyOf(y)
    		return true
    	}
    	return false
    }
    func rewriteValueARM64_OpARM64REV(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (REV (REV p))
    	// result: p
    	for {
    		if v_0.Op != OpARM64REV {
    			break
    		}
    		p := v_0.Args[0]
    		v.copyOf(p)
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top