package store // Options represents ingress controller config received through cli arguments. type Options struct { WatchNamespace string ConfigMapName string ClassName string ClassNameRequired bool Verbose bool LeaseId string PluginsOrder []string }