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
metricsHealthPort=flag.Int(constants.ProxyMetricsHealthPortFlag, constants.ProxyMetricsHealthPort, "Port to bind 0.0.0.0 and serve metric endpoint/healthz/pprof.")
50
-
proxyApiserverPort=flag.Int(constants.ProxyApiserverPortFlag, constants.ProxyApiserverPort, "Port to bind localhost and proxy the requests to apiserver.")
51
+
proxyApiServerPort=flag.Int(constants.ProxyApiServerPortFlag, constants.ProxyApiServerPort, "Port to bind localhost and proxy the requests to apiserver.")
51
52
proxyWebhookPort=flag.Int(constants.ProxyWebhookPortFlag, constants.ProxyWebhookPort, "Port to bind 0.0.0.0 and proxy the requests to webhook.")
52
53
53
54
leaderElectionName=flag.String(constants.ProxyLeaderElectionNameFlag, "", "The name of leader election.")
@@ -103,19 +104,19 @@ func main() {
103
104
klog.Fatalf("Failed to start proxy client: %v", err)
0 commit comments