Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withClientConfig (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    	groupResource  schema.GroupResource
    	transformer    value.Transformer
    	leaseConfig    LeaseManagerConfig
    
    	recorderEnabled bool
    }
    
    type setupOption func(*setupOptions)
    
    func withClientConfig(config *embed.Config) setupOption {
    	return func(options *setupOptions) {
    		options.client = func(t testing.TB) *clientv3.Client {
    			return testserver.RunEtcd(t, config)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top