Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for kubeversion (0.11 sec)

  1. cluster/gce/util.sh

        sha512sum="sha512sum"
      else
        sha512sum="shasum -a512"
      fi
    
      if [[ -z "${KUBE_VERSION-}" ]]; then
        find-release-tars
        upload-tars
      elif [[ ${KUBE_VERSION} =~ ${KUBE_RELEASE_VERSION_REGEX} ]]; then
        SERVER_BINARY_TAR_URL="https://dl.k8s.io/release/${KUBE_VERSION}/kubernetes-server-linux-amd64.tar.gz"
        # TODO: Clean this up.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/help/helpdoc.go

    using the named version control system, and then the path inside
    that repository. The supported version control systems are:
    
    	Bazaar      .bzr
    	Fossil      .fossil
    	Git         .git
    	Mercurial   .hg
    	Subversion  .svn
    
    For example,
    
    	import "example.org/user/foo.hg"
    
    denotes the root directory of the Mercurial repository at
    example.org/user/foo or foo.hg, and
    
    	import "example.org/repo.git/foo/bar"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    // that repository. The supported version control systems are:
    //
    //	Bazaar      .bzr
    //	Fossil      .fossil
    //	Git         .git
    //	Mercurial   .hg
    //	Subversion  .svn
    //
    // For example,
    //
    //	import "example.org/user/foo.hg"
    //
    // denotes the root directory of the Mercurial repository at
    // example.org/user/foo or foo.hg, and
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top