Add ConfigureFlags() on controller interface
This commit is contained in:
parent
675296dcf9
commit
37f8c8bb40
4 changed files with 12 additions and 1 deletions
|
|
@ -92,8 +92,8 @@ func NewIngressController(backend ingress.Controller) *GenericController {
|
|||
)
|
||||
|
||||
flags.AddGoFlagSet(flag.CommandLine)
|
||||
backend.ConfigureFlags(flags)
|
||||
flags.Parse(os.Args)
|
||||
|
||||
backend.OverrideFlags(flags)
|
||||
|
||||
flag.Set("logtostderr", "true")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue