You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/sharded-test-server/main.go
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ func main() {
49
49
numberOfShards:=flag.Int("number-of-shards", 1, "The number of shards to create. The first created is assumed root.")
50
50
cacheSyntheticDelay:=flag.Duration("cache-synthetic-delay", 0, "The duration of time the cache server will inject a delay for to all inbound requests.")
51
51
quiet:=flag.Bool("quiet", false, "Suppress output of the subprocesses")
52
+
cacheServerKubeconfig:=flag.String("cache-kubeconfig", "", "Path to a kubeconfig of an external cache-server. If empty, a dedicated cache-server is started.")
52
53
53
54
// split flags into --proxy-*, --shard-* and everything else (generic). The former are
fs.DurationVar(&o.SyntheticDelay, "synthetic-delay", 0, "The duration of time the cache server will inject a delay for to all inbound requests. Useful for testing.")
0 commit comments