Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for 55555 (0.04 sec)

  1. pkg/controller/daemon/util/daemonset_util_test.go

    				},
    			},
    		},
    	}
    	pod.Name = podName
    	return pod
    }
    
    func TestIsPodUpdated(t *testing.T) {
    	templateGeneration := pointer.Int64(12345)
    	badGeneration := pointer.Int64(12350)
    	hash := "55555"
    	labels := map[string]string{extensions.DaemonSetTemplateGenerationKey: fmt.Sprint(*templateGeneration), extensions.DefaultDaemonSetUniqueLabelKey: hash}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/time_test.go

    	}
    }
    
    func TestTimeMarshalJSON(t *testing.T) {
    	cases := []struct {
    		input  Time
    		result string
    	}{
    		{Time{}, "{\"t\":null}"},
    		{Date(1998, time.May, 5, 5, 5, 5, 50, time.UTC), "{\"t\":\"1998-05-05T05:05:05Z\"}"},
    		{Date(1998, time.May, 5, 5, 5, 5, 0, time.UTC), "{\"t\":\"1998-05-05T05:05:05Z\"}"},
    	}
    
    	for _, c := range cases {
    		input := TimeHolder{c.input}
    		result, err := json.Marshal(&input)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:09 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_test.go

    func TestMicroTimeMarshalJSON(t *testing.T) {
    	cases := []struct {
    		input  MicroTime
    		result string
    	}{
    		{MicroTime{}, "{\"t\":null}"},
    		{DateMicro(1998, time.May, 5, 5, 5, 5, 50, time.UTC), "{\"t\":\"1998-05-05T05:05:05.000000Z\"}"},
    		{DateMicro(1998, time.May, 5, 5, 5, 5, 0, time.UTC), "{\"t\":\"1998-05-05T05:05:05.000000Z\"}"},
    	}
    
    	for _, c := range cases {
    		input := MicroTimeHolder{c.input}
    		result, err := json.Marshal(&input)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. doc/next/7-ports.md

    ### OpenBSD {#openbsd}
    
    <!-- go.dev/issue/55999, CL 518629, CL 518630 -->
    Go 1.23 adds experimental support for OpenBSD on 64-bit RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`).
    
    ### ARM64 {#arm64}
    
    <!-- go.dev/issue/60905, CL 559555 -->
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/measure/AmountTest.groovy

            1000     | Fruit.apples     | "1000 apples"
            0.123    | Fruit.apples     | "0.123 apples"
            0.333333 | Fruit.apples     | "0.333333 apples"
            0.5555   | Fruit.apples     | "0.5555 apples"
            -12      | Fruit.apples     | "-12 apples"
            145      | Fruit.oranges    | "145 oranges"
            0.23     | Fruit.grapefruit | "0.23 grapefruit"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. pilot/pkg/xds/xds_test.go

    {{- end }}
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: app-https
      namespace: app
    spec:
      hosts:
      - app.cluster.local
      addresses:
      - 5.5.5.5
      ports:
      - number: 443
        name: https
        protocol: HTTPS
      resolution: {{.Resolution}}
      endpoints:
    {{- if eq .Resolution "DNS" }}
      - address: app.com
    {{- else }}
      - address: 10.10.10.10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/tracing_test.go

    			EnableTracing: true,
    		},
    	}
    	opts.proxy = &model.Proxy{
    		Metadata: &model.NodeMetadata{
    			ProxyConfig: &model.NodeMetaProxyConfig{
    				Tracing: &meshconfig.Tracing{
    					Sampling:         55.55,
    					MaxPathTagLength: 13,
    					CustomTags: map[string]*meshconfig.Tracing_CustomTag{
    						"test": {
    							Type: &meshconfig.Tracing_CustomTag_Environment{
    								Environment: &meshconfig.Tracing_Environment{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 20:47:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  8. pkg/bootstrap/option/instances_test.go

    			testName: "sts enabled",
    			key:      "sts",
    			option:   option.STSEnabled(true),
    			expected: true,
    		},
    		{
    			testName: "sts port",
    			key:      "sts_port",
    			option:   option.STSPort(5555),
    			expected: 5555,
    		},
    		{
    			testName: "project id",
    			key:      "gcp_project_id",
    			option:   option.GCPProjectID("project"),
    			expected: "project",
    		},
    		{
    			testName: "tracing tls nil",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  9. doc/next/9-todo.md

    CL 572535 - used "unix" build tag in more places, mentioned accepted proposal https://go.dev/issue/51572; doesn't need a release note
    CL 555255 - an x/tools CL implements accepted proposal https://go.dev/issue/53367 for x/tools/go/cfg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/loadbalancer/loadbalancer_test.go

    							Region:  "region2",
    							Zone:    "zone2",
    							SubZone: "subzone2",
    						},
    						LbEndpoints: []*endpoint.LbEndpoint{
    							{
    								HostIdentifier: buildEndpoint("5.5.5.5"),
    								LoadBalancingWeight: &wrappers.UInt32Value{
    									Value: 1,
    								},
    							},
    						},
    						LoadBalancingWeight: &wrappers.UInt32Value{
    							Value: 1,
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 39.1K bytes
    - Viewed (0)
Back to top