Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tc (0.13 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 (1)
  5. 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)
  6. 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