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/tools/ipam-client/client.go
+49-3Lines changed: 49 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,16 @@ import (
21
21
)
22
22
23
23
varhandleID, pool, masterURL, kubeconfigstring
24
+
varlistBrokenBlocks, fixBrokenBlocks, debugbool
24
25
25
26
funcmain() {
26
27
flag.StringVar(&kubeconfig, "kubeconfig", "", "Path to a kubeconfig. Only required if out-of-cluster.")
27
28
flag.StringVar(&masterURL, "master", "", "The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.")
0 commit comments