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
getopt.FlagLong(&maxCacheDuration, "max-cache-duration", 0, "maximum cache duration for kube secrets. cache is per namespace and randomized to avoid massive requests.")
41
42
43
+
rateLimitQPS:=getopt.IntLong("kube-api-rate-limit-qps", 0, 0, "Kubernetes API request rate limit")
44
+
rateLimitBurst:=getopt.IntLong("kube-api-rate-limit-burst", 0, 0, "Kubernetes API request burst")
45
+
42
46
files:=stringArrayFlag{}
43
47
getopt.FlagLong(&files, "watch-file", 'f', "watch one or more x509 certificate file")
0 commit comments