Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tc (0.09 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    	}}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			normalizeClusterIPs(After{tc.newService}, Before{tc.oldService})
    
    			if tc.newService == nil {
    				t.Fatalf("unexpected new service to be nil")
    			}
    
    			if tc.newService.Spec.ClusterIP != tc.expectedClusterIP {
    				t.Fatalf("expected clusterIP [%v] got [%v]", tc.expectedClusterIP, tc.newService.Spec.ClusterIP)
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    	}
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			protocol := strings.ToLower(string(tc.protocol))
    			if protocol == "" {
    				protocol = "tcp"
    			}
    			matches, output, masq := tracePacket(t, ipt, tc.sourceIP, protocol, tc.destIP, fmt.Sprintf("%d", tc.destPort), nodeIPs)
    			var errors []string
    			if output != tc.output {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			},
    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    
    			// duplicate defaulting behaviour
    			if tc.resource.Spec.Conversion != nil && tc.resource.Spec.Conversion.Strategy == apiextensions.WebhookConverter && len(tc.resource.Spec.Conversion.ConversionReviewVersions) == 0 {
    				tc.resource.Spec.Conversion.ConversionReviewVersions = []string{"v1beta1"}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  4. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    {nanoid:L0}=Xf(),qs=ws(),ec=ki(),N0=Ps(),Rs=Symbol("fromOffsetCache"),$0=Boolean(B0&&F0),tc=Boolean(Ds&&Is),kr=class{constructor(e,t={}){if(e===null||typeof e=="undefined"||typeof e=="object"&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),this.css[0]==="\uFEFF"||this.css[0]==="\uFFFE"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!tc||/^\w+:\/\//.test(t.from)||Is(t.from)?this.file=t.from:this.file=Ds(t.from)),tc&&$0){let...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (0)
  5. src/regexp/testdata/re2-exhaustive.txt.bz2

    ��6�fX�ɪl,�,�iX�T6Z�͔�I���I� ؓ%���+k`Ya�3"$j�TT�I1�jj�3 f �,���Դ�V�i2��LE,McVa�m�R�1e�5�D�X� �ʬ���D�2̓&�4[$�� m�F���%�B��K��«L�4FZ6�2��m�ڴ���U4�FF��V�#,2�T��-�ٲ�Z$ҍ1 �՘�l�X�I3M&$UH�B�U2Fh%5��`ڢ2&�Zi�Z�c�kMj�,e����،��*��=���*��e1���lV�+MFɩ�Tc+V5b�jaZ���Y�02��3e�&XA/ J;UKe�I���I`e�a-*���U��lx� ����7����g��|�#���� �x�� �ku��Y)m��jҒ�VE�"�*�*� �A H͵��f�f�*�?�A���~_����������N?�Z�s���9��a�� Q�n��k%)JR��!J$!BEDUDUDB@�$ @�KU%T�ϙ�;�{�u׿�}�����^U�!oϚ�s��H��;���ۍ��w���s�d-��...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    	_    http2incomparable
    	p    *http2clientConnPool
    	done chan struct{} // closed when done
    	err  error
    }
    
    func (c *http2addConnCall) run(t *http2Transport, key string, tc *tls.Conn) {
    	cc, err := t.NewClientConn(tc)
    
    	p := c.p
    	p.mu.Lock()
    	if err != nil {
    		c.err = err
    	} else {
    		cc.getConnCalled = true // already called by the net/http package
    		p.addConnLocked(key, cc)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.18.md

    - Fix a bug where ExternalTrafficPolicy is not applied to service ExternalIPs. ([#88786](https://github.com/kubernetes/kubernetes/pull/88786), [@freehan](https://github.com/freehan)) [SIG Network]
    - Fix a bug where kubenet fails to parse the tc output. ([#83572](https://github.com/kubernetes/kubernetes/pull/83572), [@chendotjs](https://github.com/chendotjs)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

                      when in BPF dataplane mode.  One of "Off", "Info", or "Debug".  The
                      logs are emitted to the BPF trace pipe, accessible with the command
                      `tc exec bpf debug`. [Default: Off].'
                    pattern: ^(?i)(Off|Info|Debug)?$
                    type: string
                  bpfMapSizeConntrack:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top