Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for revision2 (0.23 sec)

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

                service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote }}
              annotations: {
                istio.io/rev: {{ .Revision | default "default" | quote }},
                {{- if ge (len $containers) 1 }}
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "integer"
              },
              "revisionHistoryLimit": {
                "description": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.",
                "format": "int32",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		{
    			name: "valid GitRepo",
    			vol: core.Volume{
    				Name: "git-repo",
    				VolumeSource: core.VolumeSource{
    					GitRepo: &core.GitRepoVolumeSource{
    						Repository: "my-repo",
    						Revision:   "hashstring",
    						Directory:  "target",
    					},
    				},
    			},
    		}, {
    			name: "valid GitRepo in .",
    			vol: core.Volume{
    				Name: "git-repo-dot",
    				VolumeSource: core.VolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

    # Release 0.10.0
    
    ## Major Features and Improvements
    
    *   Added support for C++ shape inference
    *   Added graph-construction C API
    *   Major revision to the graph-construction C++ API
    *   Support makefile build for iOS
    *   Added Mac GPU support
    *   Full version of TF-Slim available as `tf.contrib.slim`
    *   Added k-Means clustering and WALS matrix factorization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top