We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bd340 commit c4be180Copy full SHA for c4be180
tests/framework/e2e/cluster.go
@@ -316,8 +316,6 @@ func WithCorruptCheckTime(time time.Duration) EPClusterOption {
316
return func(c *EtcdProcessClusterConfig) { c.ServerConfig.CorruptCheckTime = time }
317
}
318
319
-// experimental-corrupt-check time flag is deprecated in v3.6 and will be decommissioned in v3.7.
320
-// TODO: delete in v3.7
321
func WithExperimentalCorruptCheckTime(time time.Duration) EPClusterOption {
322
return func(c *EtcdProcessClusterConfig) { c.ServerConfig.ExperimentalCorruptCheckTime = time }
323
0 commit comments