Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for revision (0.27 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    //
    // DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an
    // EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
    // into the Pod's container.
    message GitRepoVolumeSource {
      // repository is the URL
      optional string repository = 1;
    
      // revision is the commit hash for the specified revision.
      // +optional
      optional string revision = 2;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.26.md

    - Fixed bug in `kubectl rollout history` where only the latest revision was displayed when a specific revision was requested and an output format was specified. ([#111093](https://github.com/kubernetes/kubernetes/pull/111093), [@brianpursley](https://github.com/brianpursley))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  3. doc/go_spec.html

    to the precision specified by the destination type.
    For instance, the value of a variable <code>x</code> of type <code>float32</code>
    may be stored using additional precision beyond that of an IEEE 754 32-bit number,
    but float32(x) represents the result of rounding <code>x</code>'s value to
    32-bit precision. Similarly, <code>x + 0.1</code> may use more than 32 bits
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - CEL authorizer checks no longer raise runtime errors. Calls to "check" will always return a decision object and the authorization error (if any) can be accessed within expressions using the new decision methods "errored" and "error". ([#118804](https://github.com/kubernetes/kubernetes/pull/118804), [@benluddy](https://github.com/benluddy)) [SIG API Machinery]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    * Bug fix: Clusters with GCE feature 'DiskAlphaAPI' enabled were unable to dynamically provision GCE PD volumes. ([#59447](https://github.com/kubernetes/kubernetes/pull/59447), [@verult](https://github.com/verult))
    
    
    
    # v1.8.9
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/trace: v1.9.0 → v1.10.1
    - cloud.google.com/go/translate: v1.7.0 → v1.8.2
    - cloud.google.com/go/video: v1.15.0 → v1.19.0
    - cloud.google.com/go/videointelligence: v1.10.0 → v1.11.1
    - cloud.google.com/go/vision/v2: v2.7.0 → v2.7.2
    - cloud.google.com/go/vmmigration: v1.6.0 → v1.7.1
    - cloud.google.com/go/vmwareengine: v0.3.0 → v1.0.0
    - cloud.google.com/go/vpcaccess: v1.6.0 → v1.7.1
    - cloud.google.com/go/webrisk: v1.8.0 → v1.9.1
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.27.md

    - cloud.google.com/go/tpu: v1.5.0
    - cloud.google.com/go/trace: v1.9.0
    - cloud.google.com/go/translate: v1.7.0
    - cloud.google.com/go/video: v1.15.0
    - cloud.google.com/go/videointelligence: v1.10.0
    - cloud.google.com/go/vision/v2: v2.7.0
    - cloud.google.com/go/vmmigration: v1.6.0
    - cloud.google.com/go/vmwareengine: v0.3.0
    - cloud.google.com/go/vpcaccess: v1.6.0
    - cloud.google.com/go/webrisk: v1.8.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top