Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 431 for rev (0.02 sec)

  1. testing/performance/docs/check-rev.sh

    ./gradlew -S -PtimestampedVersion -x :performance:prepareSamples :performance:$TESTPROJECT :performance:cleanPerformanceTest :performance:performanceTest -D:performance:performanceTest.single=$TESTNAME
    result=$?
    hash=$(git rev-parse HEAD | colrm 9)
    datets=$(date +%Y-%m-%d-%H:%M:%S)
    [ -d ~/.gradle-bisect-results ] || mkdir ~/.gradle-bisect-results
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1K bytes
    - Viewed (0)
  2. istioctl/pkg/checkinject/testdata/check-inject/rev-16-injector.yaml

            name: istiod-1-16
            namespace: istio-system
            path: /inject
            port: 443
        failurePolicy: Fail
        matchPolicy: Equivalent
        name: rev.namespace.sidecar-injector.istio.io
        namespaceSelector:
          matchExpressions:
            - key: istio.io/rev
              operator: In
              values:
                - 1-16
            - key: istio-injection
              operator: DoesNotExist
        objectSelector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. samples/multicluster/expose-istiod-rev.yaml.tmpl

    Steven Landow <******@****.***> 1632288166 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 22 05:22:46 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  4. releasenotes/notes/remove-istio-io-rev-label.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 33447
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 25 05:41:41 UTC 2021
    - 211 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/ivy/with-dependencies.xml

            <dependency org="com.android.tools" name="sdk-common" rev="24.5.0" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="com.android.tools" name="common" rev="24.5.0" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modfetch/codehost/git.go

    	// below, in case we already have the rev in question in the local cache.
    	var ref, hash string
    	if refs["refs/tags/"+rev] != "" {
    		ref = "refs/tags/" + rev
    		hash = refs[ref]
    		// Keep rev as is: tags are assumed not to change meaning.
    	} else if refs["refs/heads/"+rev] != "" {
    		ref = "refs/heads/" + rev
    		hash = refs[ref]
    		rev = hash // Replace rev, because meaning of refs/heads/foo can change.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  7. manifests/charts/default/templates/mutatingwebhook.yaml

          operator: In
          values:
          - "default"
        - key: istio-injection
          operator: DoesNotExist
      objectSelector:
        matchExpressions:
        - key: sidecar.istio.io/inject
          operator: NotIn
          values:
          - "false"
    {{- include "core" (mergeOverwrite (deepCopy $whv) (dict "Prefix" "rev.object.") ) }}
      namespaceSelector:
        matchExpressions:
        - key: istio.io/rev
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modfetch/codehost/git_test.go

    		{
    			repo: gitrepo1,
    			rev:  "latest",
    			file: "README",
    			data: "",
    		},
    		{
    			repo: gitrepo1,
    			rev:  "v2",
    			file: "another.txt",
    			data: "another\n",
    		},
    		{
    			repo: gitrepo1,
    			rev:  "v2.3.4",
    			file: "another.txt",
    			err:  fs.ErrNotExist.Error(),
    		},
    	} {
    		t.Run(path.Base(tt.repo)+"/"+tt.rev+"/"+tt.file, runTest(tt))
    		if tt.repo == gitrepo1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 19:46:23 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/coderepo_test.go

    				}
    
    				info, err := repo.Stat(ctx, tt.rev)
    				if err != nil {
    					if tt.err != "" {
    						if !strings.Contains(err.Error(), tt.err) {
    							t.Fatalf("repoStat(%q): %v, wanted %q", tt.rev, err, tt.err)
    						}
    						return
    					}
    					t.Fatalf("repo.Stat(%q): %v", tt.rev, err)
    				}
    				if tt.err != "" {
    					t.Errorf("repo.Stat(%q): success, wanted error", tt.rev)
    				}
    				if info.Version != tt.version {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 20:10:14 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  10. samples/ambient-argo/tag-chart/templates/mutatingwebhooks.yaml

          operator: In
          values:
          - "{{ $tagName }}"
        - key: istio-injection
          operator: DoesNotExist
      objectSelector:
        matchExpressions:
        - key: sidecar.istio.io/inject
          operator: NotIn
          values:
          - "false"
    {{- include "core" (mergeOverwrite (deepCopy $) (deepCopy $tag) (dict "Prefix" "rev.object.") ) }}
      namespaceSelector:
        matchExpressions:
        - key: istio.io/rev
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top