Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for AbC (0.04 sec)

  1. pkg/proxy/nftables/proxier_test.go

    			},
    			protocol: "sctp",
    			endpoint: "[1234:5678:9abc:def0::abc:1234]:443",
    			expected: "5YS7AFEA-very-long-namespace-name-abcdefghijklmnopqrstuvwxyz0123456789xx/very-long-service-name-why-would-you-even-do-this-i-mean-really/sctp/port-443-providing-the-hypertext-transmission-protocol-with-tls__1234.5678.9abc.def0..abc.1234/443",
    		},
    		{
    			name: "truncated, 1",
    			spn: proxy.ServicePortName{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    	}{
    		{want: false, input: &v1.Node{Status: validNodeStatus, ObjectMeta: metav1.ObjectMeta{Labels: map[string]string{}}}},
    		{want: false, input: &v1.Node{Status: validNodeStatus, ObjectMeta: metav1.ObjectMeta{Name: "master-abc"}}},
    		{want: true, input: &v1.Node{Status: validNodeStatus, ObjectMeta: metav1.ObjectMeta{Labels: map[string]string{labelNodeDisruptionExclusion: ""}}}},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    	}
    }
    
    // newTestKubelet returns test kubelet with two images.
    func newTestKubelet(t *testing.T, controllerAttachDetachEnabled bool) *TestKubelet {
    	imageList := []kubecontainer.Image{
    		{
    			ID:       "abc",
    			RepoTags: []string{"registry.k8s.io:v1", "registry.k8s.io:v2"},
    			Size:     123,
    		},
    		{
    			ID:       "efg",
    			RepoTags: []string{"registry.k8s.io:v3", "registry.k8s.io:v4"},
    			Size:     456,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    abarth
    
    // abb : 2014-10-24 ABB Ltd
    abb
    
    // abbott : 2014-07-24 Abbott Laboratories, Inc.
    abbott
    
    // abbvie : 2015-07-30 AbbVie Inc.
    abbvie
    
    // abc : 2015-07-30 Disney Enterprises, Inc.
    abc
    
    // able : 2015-06-25 Able Inc.
    able
    
    // abogado : 2014-04-24 Registry Services, LLC
    abogado
    
    // abudhabi : 2015-07-30 Abu Dhabi Systems and Information Centre
    abudhabi
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. go.sum

    golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
    golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
    golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
    golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    // ValidateHTTPHeaderValue validates a header value for Envoy
    // Valid: "foo", "%HOSTNAME%", "100%%", "prefix %HOSTNAME% suffix"
    // Invalid: "abc%123", "%START_TIME%%"
    // We don't try to check that what is inside the %% is one of Envoy recognized values, we just prevent invalid config.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

        * Example:
          ```yaml
          kind: ConfigMap
          apiVersion: v1
          metadata:
            name: kube-dns
            namespace: kube-system
          data:
            federations: abc=def
          ```
    * azure: support multiple ipconfigs on a NIC ([#36841](https://github.com/kubernetes/kubernetes/pull/36841), [@colemickens](https://github.com/colemickens))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    string_lit             = raw_string_lit | interpreted_string_lit .
    raw_string_lit         = "`" { unicode_char | newline } "`" .
    interpreted_string_lit = `"` { unicode_value | byte_value } `"` .
    </pre>
    
    <pre>
    `abc`                // same as "abc"
    `\n
    \n`                  // same as "\\n\n\\n"
    "\n"
    "\""                 // same as `"`
    "Hello, world!\n"
    "日本語"
    "\u65e5本\U00008a9e"
    "\xff\u00FF"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    					Name:              "test2",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    					OwnerReferences: []metav1.OwnerReference{
    						{
    							Controller: boolP(false),
    							Kind:       "ABC",
    							Name:       "foo",
    						},
    					},
    				},
    				Revision: 2,
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"test2", "<none>", int64(2), "0s"}}},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. src/net/http/transport_test.go

    }
    func testTransportRejectsSignInContentLength(t *testing.T, mode testMode) {
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		w.Header().Set("Content-Length", "+3")
    		w.Write([]byte("abc"))
    	})).ts
    
    	c := cst.Client()
    	res, err := c.Get(cst.URL)
    	if err == nil || res != nil {
    		t.Fatal("Expected a non-nil error and a nil http.Response")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top