Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitOptions ¶
type InitOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kraftcloud.KraftCloud `noattribute:"true"` CooldownTimeMs uint `long:"cooldown-time-ms" short:"c" usage:"The cooldown time of the configuration" default:"1000"` Master string `long:"master" short:"i" usage:"The UUID or Name of the master instance"` MaxSize uint `long:"max-size" short:"M" usage:"The maximum size of the configuration" default:"10"` Metro string `noattribute:"true"` MinSize uint `long:"min-size" short:"m" usage:"The minimum size of the configuration"` WarmupTimeMs uint `long:"warmup-time-ms" short:"w" usage:"The warmup time of the configuration" default:"1000"` }
Click to show internal directories.
Click to hide internal directories.