Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for releasem (0.41 sec)

  1. src/cmd/go/alldocs.go

    //
    // The -u flag instructs get to update modules providing dependencies
    // of packages named on the command line to use newer minor or patch
    // releases when available.
    //
    // The -u=patch flag (not -u patch) also instructs get to update dependencies,
    // but changes the default to select patch releases.
    //
    // When the -t and -u flags are used together, get will update
    // test dependencies as well.
    //
    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. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    public synchronized class DefaultArtifactRepos extends org.apache.maven.wagon.repository.Repository implements ArtifactRepository { private final layout.ArtifactRepositoryLa layout; private ArtifactRepositoryPo snapshots; private ArtifactRepositoryPo releases; private boolean uniqueVersion; private boolean blacklisted; public void DefaultArtifactRepos(String, String, layout.ArtifactRepositoryLa); public void DefaultArtifactRepos(String, String, layout.ArtifactRepositoryLa, boolean); public void Defau...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

            remote repository.</description>
          <fields>
            <field>
              <name>releases</name>
              <version>4.0.0+</version>
              <description>How to handle downloading of releases from this repository.</description>
              <association>
                <type>RepositoryPolicy</type>
              </association>
            </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)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "selfLink": {
              "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

    Welcome to Kubernetes ${version}!
    
    You can find documentation for Kubernetes at:
      http://docs.kubernetes.io/
    
    The source for this release can be found at:
      /home/kubernetes/kubernetes-src.tar.gz
    Or you can download it at:
      https://storage.googleapis.com/gke-release/kubernetes/release/${version}/kubernetes-src.tar.gz
    
    It is based on the Kubernetes source at:
      https://github.com/kubernetes/kubernetes/tree/${gitref}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/operation_generator.go

    // After setup is done, create symbolic links on both global map path and pod
    // device map path. Once symbolic links are created, take fd lock by
    // loopback for the device to avoid silent volume replacement. This lock
    // will be released once no one uses the device.
    // If all steps are completed, the volume is marked as mounted.
    func (og *operationGenerator) GenerateMapVolumeFunc(
    	waitForAttachTimeout time.Duration,
    	volumeToMount VolumeToMount,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    		Name:      versionInfo,
    		Help:      "MinIO Release tag for the server",
    		Type:      gaugeMetric,
    	}
    }
    
    func getMinIOCommitMD() MetricDescription {
    	return MetricDescription{
    		Namespace: minioMetricNamespace,
    		Subsystem: softwareSubsystem,
    		Name:      commitInfo,
    		Help:      "Git commit hash for the MinIO release",
    		Type:      gaugeMetric,
    	}
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. pkg/controller/daemon/daemon_controller_test.go

    		test          string
    		node          *v1.Node
    		existPods     []*v1.Pod
    		deletedPod    *v1.Pod
    		ds            *apps.DaemonSet
    		shouldEnqueue bool
    	}{
    		{
    			test: "Deleted non-daemon pods to release resources",
    			node: func() *v1.Node {
    				node := newNode("node1", nil)
    				node.Status.Conditions = []v1.NodeCondition{
    					{Type: v1.NodeReady, Status: v1.ConditionTrue},
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  9. src/net/http/server.go

    		// send on the CloseNotify channel and cancel the context here,
    		// but the behavior was documented as only "may", and we only
    		// did that because that's how CloseNotify accidentally behaved
    		// in very early Go releases prior to context support. Once we
    		// added context support, people used a Handler's
    		// Request.Context() and passed it along. Having that context
    		// cancel on pipelined HTTP requests caused problems.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  10. src/reflect/value.go

    	panic(&ValueError{"reflect.Value.UnsafePointer", v.kind()})
    }
    
    // StringHeader is the runtime representation of a string.
    // It cannot be used safely or portably and its representation may
    // change in a later release.
    // Moreover, the Data field is not sufficient to guarantee the data
    // it references will not be garbage collected, so programs must keep
    // a separate, correctly typed pointer to the underlying data.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top