Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 55555 (0.07 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/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)
  3. platforms/documentation/docs/src/docs/userguide/img/javaPluginTasks.graphml

              <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Arial" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.40625" modelName="internal" modelPosition="c" textColor="#555555" visible="true" width="103.375" x="18.3125" y="6.296875">processResources</y:NodeLabel>
              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n1">
          <data key="d6">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/groovyPluginTasks.graphml

              <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Arial" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.40625" modelName="internal" modelPosition="c" textColor="#555555" visible="true" width="59.365234375" x="40.3173828125" y="6.296875">groovydoc</y:NodeLabel>
              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n1">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/scalaPluginTasks.graphml

              <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Arial" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.40625" modelName="internal" modelPosition="c" textColor="#555555" visible="true" width="51.361328125" x="44.3193359375" y="6.296875">scaladoc</y:NodeLabel>
              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n1">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/math/StatsTesting.java

              + (33.33 - MANY_VALUES_MEAN) * (33.33 - MANY_VALUES_MEAN)
              + (555.555 - MANY_VALUES_MEAN) * (555.555 - MANY_VALUES_MEAN)
              + (-2.2 - MANY_VALUES_MEAN) * (-2.2 - MANY_VALUES_MEAN);
      static final double MANY_VALUES_MAX = 555.555;
      static final double MANY_VALUES_MIN = -44.44;
    
      // Doubles which will overflow if summed:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Nov 09 22:49:56 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. src/crypto/tls/conn_test.go

    	{[]byte{1, 2, 3, 4, 1, 1}, true, 4},
    	{[]byte{1, 2, 3, 2, 2, 2}, true, 3},
    	{[]byte{1, 2, 3, 3, 3, 3}, true, 2},
    	{[]byte{1, 2, 3, 4, 3, 3}, false, 0},
    	{[]byte{1, 4, 4, 4, 4, 4}, true, 1},
    	{[]byte{5, 5, 5, 5, 5, 5}, true, 0},
    	{[]byte{6, 6, 6, 6, 6, 6}, false, 0},
    	{padding255Bad[:], false, 0},
    	{padding255Good[:], true, 0},
    }
    
    func TestRemovePadding(t *testing.T) {
    	for i := 1; i < len(padding255Bad); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:35:01 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top