caddy-ingess/pkg/store/options.go

13 lines
299 B
Go

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
}