Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 220 for 119s (0.05 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go

    		want string
    	}{
    		{d: -2 * time.Second, want: "<invalid>"},
    		{d: -2*time.Second + 1, want: "0s"},
    		{d: 0, want: "0s"},
    		{d: time.Second - time.Millisecond, want: "0s"},
    		{d: 2*time.Minute - time.Millisecond, want: "119s"},
    		{d: 2 * time.Minute, want: "2m"},
    		{d: 2*time.Minute + time.Second, want: "2m1s"},
    		{d: 10*time.Minute - time.Millisecond, want: "9m59s"},
    		{d: 10 * time.Minute, want: "10m"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 17 18:04:52 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    ## Changelog since v1.19.13
    
    ## Changes by Kind
    
    ### Feature
    
    - Kubernetes 1.19.x is now built using Go 1.15.15 ([#104216](https://github.com/kubernetes/kubernetes/pull/104216), [@cpanato](https://github.com/cpanato)) [SIG Cloud Provider, Instrumentation, Release and Testing]
    
    ## Dependencies
    
    ### Added
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java

                    "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js\"></script>" +
                    "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/kotlin.min.js\"></script>" +
                    "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/groovy.min.js\"></script>" +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:10:18 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. samples/ambient-argo/documentation/argo-reference-arch.dot

            label = "NS istio-system"
            istiod18[label="Istio 1.18.5 Control"]
            istiod19[label="Istio 1.19.3 Control"]
            ztunnelds[label="ztunnel"]
            cnids[label="cni"]
            extrads[label="prometheus, etc"]
            tagdef[label="tag default->1.18.5"]
            tagrap[label="tag rapid->1.19.3"]
            tagsta[label="tag stable->1.18.5"]
        }
    
        subgraph cluster_app {
            rankdir=TB
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. pilot/pkg/model/envoyfilter_test.go

    						Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    							Proxy: &networking.EnvoyFilter_ProxyMatch{ProxyVersion: `1\.19.*`},
    						},
    					},
    				},
    			},
    			"",
    			map[string]bool{
    				"1.19":         true,
    				"1.19.0":       true,
    				"1.19-dev.foo": true,
    				"1.5":          false,
    				"11.19":        true,
    				"foo1.19":      true,
    			},
    		},
    		{
    			"non-numeric",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 04:20:28 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  6. test/fixedbugs/bug349.go

    // errorcheck
    
    // Copyright 2011 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // issue 1192 - detail in error
    
    package main
    
    func foo() (a, b, c int) {
    	return 0, 1 2.01  // ERROR "unexpected literal 2.01|expected ';' or '}' or newline|not enough arguments to return"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 367 bytes
    - Viewed (0)
  7. samples/ambient-argo/istio/control-plane-appset.yaml

    apiVersion: argoproj.io/v1alpha1
    kind: ApplicationSet
    metadata:
      name: istio-multi-control
    spec:
      generators:
      - list:
          elements:
          - version: 1.18.5
            revision: 1-18-5
          - version: 1.19.3
            revision: 1-19-3
      template:
        metadata:
          name: 'istio-control-{{revision}}'
        spec:
          project: default
          sources:
          - repoURL: 'https://istio-release.storage.googleapis.com/charts'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 1006 bytes
    - Viewed (0)
  8. .github/workflows/mint/minio-erasure.yaml

    services:
      minio1:
        <<: *minio-common
        hostname: minio1
        volumes:
          - edata1-1:/edata1
          - edata1-2:/edata2
          - edata1-3:/edata3
          - edata1-4:/edata4
    
      nginx:
        image: nginx:1.19.2-alpine
        hostname: nginx
        volumes:
          - ./nginx-1-node.conf:/etc/nginx/nginx.conf:ro
        ports:
          - "9000:9000"
          - "9001:9001"
        depends_on:
          - minio1
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Nov 03 21:18:18 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  9. cluster/images/etcd-version-monitor/Makefile

    # limitations under the License.
    
    # Build the etcd-version-monitor image
    #
    # Usage:
    # 	[GOLANG_VERSION=1.19.9] [REGISTRY=staging-k8s.gcr.io] [TAG=test] make (build|push)
    # TODO(shyamjvs): Support architectures other than amd64 if needed.
    ARCH:=amd64
    GOLANG_VERSION?=1.19.9
    REGISTRY?=staging-k8s.gcr.io
    TAG?=0.1.3
    IMAGE:=$(REGISTRY)/etcd-version-monitor:$(TAG)
    CURRENT_DIR:=$(pwd)
    TEMP_DIR:=$(shell mktemp -d)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 07:06:46 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. src/runtime/zcallback_windows_arm.s

    	MOVW	$1189, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1190, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1191, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1192, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1193, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1194, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1195, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1196, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1197, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
Back to top