Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressCmdConfiguration ¶ added in v1.7.35
type IngressCmdConfiguration struct {
static.Configuration `export:"true"`
// ConfigFile is the path to the configuration file.
ConfigFile string `description:"Configuration file to use. If specified all other flags are ignored." export:"true"`
}
IngressCmdConfiguration wraps the static configuration and extra parameters.
func NewIngressConfiguration ¶ added in v1.7.35
func NewIngressConfiguration() *IngressCmdConfiguration
NewIngressConfiguration creates a IngressCmdConfiguration with default values.
Click to show internal directories.
Click to hide internal directories.