Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitOptions ¶
type InitOptions struct {
AllowInsecure bool `noattribute:"true"`
Auth *config.AuthConfig `noattribute:"true"`
Client kraftcloud.KraftCloud `noattribute:"true"`
CooldownTime time.Duration `long:"cooldown-time" short:"c" usage:"The cooldown time of the config (ms/s/m/h)"`
MaxSize int `long:"max-size" short:"M" usage:"The maximum size of the configuration" default:"10"`
Metro string `noattribute:"true"`
MinSize string `long:"min-size" short:"m" usage:"The minimum size of the configuration"`
Template string `long:"template" short:"t" usage:"The UUID or Name of the instance template"`
Token string `noattribute:"true"`
WarmupTime time.Duration `long:"warmup-time" short:"w" usage:"The warmup time of the config (ms/s/m/h)"`
}
Click to show internal directories.
Click to hide internal directories.