Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 146 for 900s (0.46 sec)

  1. platforms/core-runtime/stdlib-java-extensions/src/test/groovy/org/gradle/api/JavaVersionSpec.groovy

            JavaVersion.toVersion('9') == JavaVersion.VERSION_1_9
            JavaVersion.toVersion('9.1') == JavaVersion.VERSION_1_9
            JavaVersion.toVersion('9.0.1') == JavaVersion.VERSION_1_9
            JavaVersion.toVersion('9.0.0.1') == JavaVersion.VERSION_1_9
            JavaVersion.toVersion('9.0.0.0.1') == JavaVersion.VERSION_1_9
            JavaVersion.toVersion('404.1.2') == JavaVersion.VERSION_HIGHER
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. istioctl/pkg/wait/wait.go

      # Wait until 99% of the proxies receive the distribution, timing out after 5 minutes
      istioctl experimental wait --for=distribution --threshold=.99 --timeout=300s virtualservice bookinfo.default
    `,
    		RunE: func(cmd *cobra.Command, args []string) error {
    			if forFlag == "delete" {
    				return errors.New("wait for delete is not yet implemented")
    			} else if forFlag != "distribution" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 17 12:24:17 UTC 2024
    - 10.1K bytes
    - Viewed (1)
  3. pkg/controller/cronjob/utils.go

    // the schedule and last schedule time. It adds a 100ms padding to the next requeue to account
    // for Network Time Protocol(NTP) time skews. If the time drifts the adjustment, which in most
    // realistic cases should be around 100s, the job will still be executed without missing
    // the schedule.
    func nextScheduleTimeDuration(cj *batchv1.CronJob, now time.Time, schedule cron.Schedule) *time.Duration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. pkg/proxy/apis/config/types.go

    	// (e.g. '30s'). Must be greater than 0 to set.
    	UDPTimeout metav1.Duration
    	// udpStreamTimeout is how long an idle UDP conntrack entry in
    	// ASSURED state will remain in the conntrack table
    	// (e.g. '300s'). Must be greater than 0 to set.
    	UDPStreamTimeout metav1.Duration
    }
    
    // KubeProxyWinkernelConfiguration contains Windows/HNS settings for
    // the Kubernetes proxy server.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA

    00000100  cb 3b 74                                          |.;t|
    >>> Flow 2 (server to client)
    00000000  16 03 01 00 5d 02 00 00  59 03 01 24 71 03 c6 1d  |....]...Y..$q...|
    00000010  d4 f5 09 b2 3c d8 88 51  57 4c 90 07 4b 74 fe 1d  |....<..QWL..Kt..|
    00000020  c9 7f 00 78 9b a3 b2 1b  ef 43 66 20 07 97 7c a6  |...x.....Cf ..|.|
    00000030  9b c6 a9 47 42 ae 99 bf  59 fe 52 f6 da d9 1c 68  |...GB...Y.R....h|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. cmd/globals.go

    	"github.com/minio/pkg/v3/certs"
    	"github.com/minio/pkg/v3/env"
    	xnet "github.com/minio/pkg/v3/net"
    )
    
    // minio configuration related constants.
    const (
    	GlobalMinioDefaultPort = "9000"
    
    	globalMinioDefaultRegion = ""
    	// This is a sha256 output of ``arn:aws:iam::minio:user/admin``,
    	// this is kept in present form to be compatible with S3 owner ID
    	// requirements -
    	//
    	// ```
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. src/net/lookup_windows.go

    // is available on Windows. Note that on Windows the cgo resolver
    // does not actually use cgo.
    const cgoAvailable = true
    
    const (
    	_DNS_ERROR_RCODE_NAME_ERROR = syscall.Errno(9003)
    	_DNS_INFO_NO_RECORDS        = syscall.Errno(9501)
    
    	_WSAHOST_NOT_FOUND = syscall.Errno(11001)
    	_WSATRY_AGAIN      = syscall.Errno(11002)
    	_WSATYPE_NOT_FOUND = syscall.Errno(10109)
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. docs/bucket/replication/setup_ilm_expiry_replication.sh

    ./mc mb sitec/bucket
    
    ## Setup site replication
    ./mc admin replicate add sitea siteb --replicate-ilm-expiry
    
    sleep 10s
    
    ## Add warm tier
    ./mc ilm tier add minio sitea WARM-TIER --endpoint http://localhost:9006 --access-key minio --secret-key minio123 --bucket bucket
    
    ## Add ILM rules
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. pilot/pkg/model/sidecar_test.go

    			Protocol: "HTTP",
    		},
    		{
    			Name: "port1",
    			Port: 9000,
    		},
    	}
    
    	configs1 = &config.Config{
    		Meta: config.Meta{
    			Name:      "foo",
    			Namespace: "not-default",
    		},
    		Spec: &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    				{
    					Port: &networking.SidecarPort{
    						Number:   9000,
    						Protocol: "HTTP",
    						Name:     "uds",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  10. src/crypto/tls/handshake_client.go

    	// and is resuming a session (see RFC 5077). In TLS 1.3, it's always set as
    	// a compatibility measure (see RFC 8446, Section 4.1.2).
    	//
    	// The session ID is not set for QUIC connections (see RFC 9001, Section 8.4).
    	if c.quic == nil {
    		hello.sessionId = make([]byte, 32)
    		if _, err := io.ReadFull(config.rand(), hello.sessionId); err != nil {
    			return nil, nil, nil, errors.New("tls: short read from Rand: " + err.Error())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top