Documentation ¶
Index ¶
- Constants
- func Commands() *cobra.Command
- func Create(input cli.Input) error
- func Delete(input cli.Input) error
- func Get(input cli.Input) error
- func GetMeta(input cli.Input) error
- func List(input cli.Input) error
- func Log(input cli.Input) error
- func Test(input cli.Input) error
- func Update(input cli.Input) error
- type CreateSubCommand
- type DeleteSubCommand
- type GetMetaSubCommand
- type GetSubCommand
- type ListSubCommand
- type LogSubCommand
- type TestSubCommand
- type UpdateSubCommand
Constants ¶
View Source
const ( DEFAULT_MIN_SCALE = 1 DEFAULT_TARGET_CPU_PERCENTAGE = 80 DEFAULT_CONCURRENCY = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateSubCommand ¶
type CreateSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
type DeleteSubCommand ¶
type DeleteSubCommand struct {
cmd.CommandActioner
}
type GetMetaSubCommand ¶
type GetMetaSubCommand struct {
cmd.CommandActioner
}
type GetSubCommand ¶
type GetSubCommand struct {
cmd.CommandActioner
}
type ListSubCommand ¶
type ListSubCommand struct {
cmd.CommandActioner
}
type LogSubCommand ¶
type LogSubCommand struct {
cmd.CommandActioner
}
type TestSubCommand ¶
type TestSubCommand struct {
cmd.CommandActioner
}
type UpdateSubCommand ¶
type UpdateSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.