types

package
v0.0.0-...-f72604a Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2018 License: GPL-3.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerConfig

type ControllerConfig struct {
	Port   string          `json:"port" yaml:"port"`
	Images []*ServiceImage `json:"images" yaml:"images"`
}

ControllerConfig contains all the configuration available for Controller Mode

type ServiceImage

type ServiceImage struct {
	ImageName   string   `json:"imageName" yaml:"imageName"`
	Args        []string `json:"args" yaml:"args"`
	Environment []string `json:"environment" yaml:"environment"`
	TTY         bool     `json:"tty" yaml:"tty"`
}

ServiceImage contains the basic information for services declaration

Jump to

Keyboard shortcuts

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