Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for downgrade (0.09 sec)

  1. src/cmd/go/alldocs.go

    // module cache.
    //
    // To add a dependency for a package or upgrade it to its latest version:
    //
    //	go get example.com/pkg
    //
    // To upgrade or downgrade a package to a specific version:
    //
    //	go get example.com/pkg@v1.2.3
    //
    // To remove a dependency on a module and downgrade modules that require it:
    //
    //	go get example.com/mod@none
    //
    // To upgrade the minimum required Go version to the latest released Go version:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

      local node_type=$1
      local node_labels=""
      if [[ "${KUBE_PROXY_DAEMONSET:-}" == "true" && "${node_type}" != "master" ]]; then
        # Add kube-proxy daemonset label to node to avoid situation during cluster
        # upgrade/downgrade when there are two instances of kube-proxy running on a node.
        node_labels="node.kubernetes.io/kube-proxy-ds-ready=true"
      fi
      if [[ -n "${NODE_LABELS:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

              <name>preserveModelVersion</name>
              <version>4.1.0+</version>
              <description>
                Indicates if the build POM for this project should be preserved or downgraded to the lowest
                compatible version.
                @since Maven 4.0.0
              </description>
              <type>boolean</type>
              <defaultValue>false</defaultValue>
            </field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top