MCPcopy Create free account
hub / github.com/cortexproject/cortex / defaultClientTestConfig

Function defaultClientTestConfig

pkg/ingester/lifecycle_test.go:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func defaultClientTestConfig() client.Config {
51 clientConfig := client.Config{}
52 flagext.DefaultValues(&clientConfig)
53 return clientConfig
54}
55
56func defaultLimitsTestConfig() validation.Limits {
57 limits := validation.Limits{}

Calls 1

DefaultValuesFunction · 0.92

Tested by

no test coverage detected