planners

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Docker

type Docker struct {
	// contains filtered or unexported fields
}

func New

func New(docker *producers.Docker, client *dockerclient.Client) *Docker

func (*Docker) ContainerInspect added in v0.2.0

func (d *Docker) ContainerInspect(spec types.Spec) []types.Task

func (*Docker) ContainerLogs added in v0.2.0

func (d *Docker) ContainerLogs(spec types.Spec) []types.Task

func (*Docker) Daemon

func (d *Docker) Daemon(spec types.Spec) []types.Task

Daemon generates tasks to collect general information from Docker. The paths in the spec are interpreted as directories.

func (*Docker) ExecCommand

func (d *Docker) ExecCommand(spec types.Spec) []types.Task

func (*Docker) Inspect

func (d *Docker) Inspect(spec types.Spec) []types.Task

func (*Docker) Logs

func (d *Docker) Logs(spec types.Spec) []types.Task

func (*Docker) ReadFile

func (d *Docker) ReadFile(spec types.Spec) []types.Task

func (*Docker) ReadHostFile added in v0.3.1

func (d *Docker) ReadHostFile(spec types.Spec) []types.Task

func (*Docker) RunCommand

func (d *Docker) RunCommand(spec types.Spec) []types.Task

func (*Docker) ServiceLogs added in v0.10.0

func (d *Docker) ServiceLogs(spec types.Spec) []types.Task

ServiceLogs gets the logs of a service, as with `docker service logs SERVICENAME`

func (*Docker) Services added in v0.10.0

func (d *Docker) Services(spec types.Spec) []types.Task

Services returns the results of docker service ls

func (*Docker) StackServiceLogs added in v0.10.0

func (d *Docker) StackServiceLogs(spec types.Spec) []types.Task

StackServiceLogs returns the logs of services within the given namespace

func (*Docker) StackServices added in v0.10.0

func (d *Docker) StackServices(spec types.Spec) []types.Task

StackServices returns the results of docker service ls, filtered for a given stack

func (*Docker) StackTaskLogs added in v0.10.0

func (d *Docker) StackTaskLogs(spec types.Spec) []types.Task

StackTaskLogs returns the logs of tasks within a given namespace

func (*Docker) StackTasks added in v0.10.0

func (d *Docker) StackTasks(spec types.Spec) []types.Task

StackTasks returns the list of tasks, filtered for a given stack

func (*Docker) SwarmNodeTasks added in v0.10.0

func (d *Docker) SwarmNodeTasks(spec types.Spec) []types.Task

SwarmNodeTasks returns the tasks running on each node in the swarm

func (*Docker) SwarmNodes added in v0.10.0

func (d *Docker) SwarmNodes(spec types.Spec) []types.Task

SwarmNodes returns the list of nodes in the swarm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL