We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--waiting-window
1 parent 074ef8d commit 6100006Copy full SHA for 6100006
pkg/command/run.go
@@ -56,10 +56,12 @@ type Options struct {
56
57
func getRunCommand() *cobra.Command {
58
kopts := &kubeConfigOptions{}
59
+ waitingWindow := sdwan.DefaultWaitingWindow
60
flagOpts := &Options{
61
ServiceEntryController: &controllers.ServiceEntryOptions{},
62
Sdwan: &sdwan.Options{
63
Authentication: &sdwan.Authentication{},
64
+ WaitingWindow: &waitingWindow,
65
},
66
}
67
opts := &Options{
@@ -68,6 +70,7 @@ func getRunCommand() *cobra.Command {
68
70
// sensitive information.
69
71
72
73
74
75
76
var (
0 commit comments