Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 7,815 for expect2 (0.19 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    				continue
    			}
    			if asDec {
    				got.AsDec()
    			}
    
    			expected := item.expect
    			desired.Neg(expected.AsDec())
    
    			if e, a := expect, got; e.Cmp(a) != 0 {
    				t.Errorf("%v: expected %s, got %s", item.input, e.String(), a.String())
    			}
    			if e, a := expected.Format, got.Format; e != a {
    				t.Errorf("%v: expected %#v, got %#v", item.input, e, a)
    			}
    		}
    
    		// Try everything with an explicit +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  2. src/compress/flate/testdata/huffman-null-max.wb.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 78 bytes
    - Viewed (0)
  3. src/compress/flate/testdata/huffman-rand-1k.wb.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 1K bytes
    - Viewed (0)
  4. src/compress/flate/testdata/huffman-rand-limit.dyn.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 229 bytes
    - Viewed (0)
  5. src/compress/flate/testdata/huffman-rand-limit.wb.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 186 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/util_test.go

    		{Namespace: "foo", Name: "bar", Username: "foo:bar", Expect: false},
    		{Namespace: "foo", Name: "bar", Username: "", Expect: false},
    
    		{Namespace: "foo2", Name: "bar", Username: "system:serviceaccount:foo:bar", Expect: false},
    		{Namespace: "foo", Name: "bar2", Username: "system:serviceaccount:foo:bar", Expect: false},
    		{Namespace: "foo:", Name: "bar", Username: "system:serviceaccount:foo:bar", Expect: false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/mock_threshold_notifier_test.go

    	return mock
    }
    
    // EXPECT returns an object that allows the caller to indicate expected use.
    func (m *MockCgroupNotifier) EXPECT() *MockCgroupNotifierMockRecorder {
    	return m.recorder
    }
    
    // Start mocks base method.
    func (m *MockCgroupNotifier) Start(eventCh chan<- struct{}) {
    	m.ctrl.T.Helper()
    	m.ctrl.Call(m, "Start", eventCh)
    }
    
    // Start indicates an expected call of Start.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  8. pkg/controlplane/reconcilers/instancecount.go

    // specified expected number of masters.
    func NewMasterCountEndpointReconciler(masterCount int, epAdapter EndpointsAdapter) EndpointReconciler {
    	return &masterCountEndpointReconciler{
    		masterCount: masterCount,
    		epAdapter:   epAdapter,
    	}
    }
    
    // ReconcileEndpoints sets the endpoints for the given apiserver service (ro or rw).
    // ReconcileEndpoints expects that the endpoints objects it manages will all be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  9. tests/integration/security/pass_through_filter_chain_test.go

    						// TODO(nmittler): Why does passthrough not work?
    						ConditionallyTo(echotest.SameNetwork).
    						Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    							for _, expect := range tc.expected {
    								expect := expect
    								p := expect.port
    								opts := echo.CallOptions{
    									// Do not set To, otherwise fillInCallOptions() will
    									// complain with port does not match.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. src/compress/flate/testdata/huffman-text-shift.dyn.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 231 bytes
    - Viewed (0)
Back to top