Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for repoA (0.15 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Update Golang to v1.14.5
      - Update repo-infra to 0.0.7 (to support go1.14.5 and go1.13.13)
        - Includes:
          - bazelbuild/bazel-toolchains@3.3.2
          - bazelbuild/rules_go@v0.22.7 ([#93088](https://github.com/kubernetes/kubernetes/pull/93088), [@justaugustus](https://github.com/justaugustus)) [SIG Release and Testing]
    - Update Golang to v1.14.6
      - Update repo-infra to 0.0.8 (to support go1.14.6 and go1.13.14)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. 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)
  3. gradle/verification-keyring.keys

    dXUedVXIaM8I3Ne23gucwbAyc0Hvb+3cSAKRhl/azFQhuHBvlg==
    =yXnZ
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    A318A06284D602D5
    uid    TNG Technology Consulting GmbH <public-maven-repo@tngtech.com>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBFEnWrsBCAC68lVkvnZB28z9geg1fqI9FMKsAUK99dGUowTjZ9aiCOXtGBxP
    CtJr1xKhoZd/WklWaUCYkZuCuWK7TH6VI2rqZTQlgktmKwtgr4Xx+ITk2g2q8rrZ
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: 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.",
            "properties": {
              "directory": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. RELEASE.md

            -  If you believe it should definitely be a public Keras API, please open a feature request in keras GitHub repo.
            -  As a workaround, you could import the same private symbol keras `keras.src`, but keep in mind the `src` namespace is not stable and those APIs may change or be removed in the future.
    
    ### Major Features and Improvements
    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