We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2188ca3 commit e311a95Copy full SHA for e311a95
main.go
@@ -49,7 +49,7 @@ func main() {
49
var enableLeaderElection bool
50
var className string
51
52
- flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
+ flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.") // aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
53
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
54
flag.StringVar(&className, "class-name", "", "The name of the class to handle")
55
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
0 commit comments