Documentation ¶
Index ¶
- func ConfigPush(nodes []Node, spec *spec.Spec, filename string) error
- func CronDisable(nodes []Node, spec *spec.Spec, keys []string) error
- func CronEnable(nodes []Node, spec *spec.Spec, keys []string) error
- func CronStatus(nodes []Node, spec *spec.Spec, keys []string) error
- func Deploy(nodes []Node, spec *spec.Spec, rel *Release) error
- func Df(nodes []Node, spec *spec.Spec) error
- func Forward(nodes []Node, spec *spec.Spec, port string) error
- func Log(nodes []Node, spec *spec.Spec, key string, no int) error
- func Prune(nodes []Node, spec *spec.Spec) error
- func Restart(nodes []Node, spec *spec.Spec) error
- func Run(nodes []Node, spec *spec.Spec, key string) error
- func Scale(nodes []Node, spec *spec.Spec, comp *Composition) error
- func Setup(nodes []Node, spec *spec.Spec, config string) error
- func Status(nodes []Node, spec *spec.Spec) error
- func Top(node Node, spec *spec.Spec) error
- type Composition
- type Node
- type NodeHW
- type Release
- type Tarball
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CronStatus ¶ added in v0.9.0
Types ¶
type Composition ¶
func DefaultComposition ¶ added in v0.10.0
func DefaultComposition(n Node, spec *spec.Spec) (*Composition, error)
func NewComposition ¶
func NewComposition(args []string) (*Composition, error)
type Release ¶
func NewRelease ¶
Click to show internal directories.
Click to hide internal directories.