Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Revisions (0.38 sec)

  1. CREDITS

          (an example is provided in the Appendix below).
    
          "Derivative Works" shall mean any work, whether in Source or Object
          form, that is based on (or derived from) the Work and for which the
          editorial revisions, annotations, elaborations, or other modifications
          represent, as a whole, an original work of authorship. For the purposes
          of this License, Derivative Works shall not include works that remain
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"revision": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Revision indicates the revision of the state represented by Data.",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    				},
    				Required: []string{"revision"},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.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 Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    	i -= len(m.Directory)
    	copy(dAtA[i:], m.Directory)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Directory)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Revision)
    	copy(dAtA[i:], m.Revision)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Revision)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Repository)
    	copy(dAtA[i:], m.Repository)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Repository)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

              "repository": {
                "default": "",
                "description": "repository is the URL",
                "type": "string"
              },
              "revision": {
                "description": "revision is the commit hash for the specified revision.",
                "type": "string"
              }
            },
            "required": [
              "repository"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top