Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRestOptionsStorageObjectCountTracker (0.55 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    	if !wantSet.Equal(gotSet) {
    		t.Errorf("%s checks are not equal, missing=%q, extra=%q", checkerType, wantSet.Difference(gotSet).List(), gotSet.Difference(wantSet).List())
    	}
    }
    
    func TestRestOptionsStorageObjectCountTracker(t *testing.T) {
    	serverConfig := server.NewConfig(codecs)
    	etcdOptions := &EtcdOptions{}
    	if err := etcdOptions.ApplyTo(serverConfig); err != nil {
    		t.Fatalf("Failed to apply etcd options error: %v", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top