Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Kind is the canonical name of the plugin and also key used to locate the plugin in discovery
Kind = "swarm"
)
Variables ¶
DefaultOptions return an Options with default values filled in.
Functions ¶
Types ¶
type Options ¶
type Options struct { template.Options `json:",inline" yaml:",inline"` // ManaagerInitScriptTemplate is the URL of the template for manager init script // This is overridden by the value provided in the spec. ManagerInitScriptTemplate string // WorkerInitScriptTemplate is the URL of the template for worker init script // This is overridden by the value provided in the spec. WorkerInitScriptTemplate string }
Options capture the options for starting up the group controller.
Click to show internal directories.
Click to hide internal directories.