Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mode ¶
type Mode int
Mode represents how this instance should run
const ( // Controller runs only controller Controller Mode = 1 // Server runs only server Server Mode = 2 // Standalone runs controller and server in a single instance Standalone Mode = Controller | Server )
type Options ¶
type Options struct { CaddyfilePath string EnvFile string DockerSockets []string DockerCertsPath []string DockerAPIsVersion []string LabelPrefix string ControlledServersLabel string ProxyServiceTasks bool ProcessCaddyfile bool ScanStoppedContainers bool PollingInterval time.Duration EventThrottleInterval time.Duration Mode Mode Secret string ControllerNetwork *net.IPNet IngressNetworks []string }
Options are the options for generator
Click to show internal directories.
Click to hide internal directories.