Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { WatchesPath string `json:"watchesPath,omitempty" yaml:"watchesPath,omitempty"` Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"` Repository string `json:"repository,omitempty" yaml:"repository,omitempty"` Tag string `json:"tag,omitempty" yaml:"tag,omitempty"` }
Options contains configuration of the default Gateway
func NewGatewayOptions ¶
func NewGatewayOptions() *Options
NewGatewayOptions creates a default Gateway Option
func (*Options) AddFlags ¶
AddFlags add options flags to command line flags, if watchesPath left empty, following options will be ignored
Click to show internal directories.
Click to hide internal directories.