Documentation
¶
Index ¶
- Variables
- func NewAgentCaller(profile *config.Profile, id string) (operator.Caller, error)
- func NewCaller(profile *config.Profile) operator.Caller
- func Scalar(name string, resources mesos.Resources) (v float64)
- type Agents
- type Command
- type Envs
- type List
- type Local
- type NetworkMode
- type Parameters
- type PortMappings
- type Profile
- type Read
- type Run
- type Tasks
- type Top
- type Volumes
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewAgentCaller ¶
Types ¶
type Envs ¶
type Envs []mesos.Environment_Variable
type List ¶
type List struct {
// contains filtered or unexported fields
}
type NetworkMode ¶
type NetworkMode struct {
// contains filtered or unexported fields
}
func (NetworkMode) Mode ¶
func (n NetworkMode) Mode() mesos.ContainerInfo_DockerInfo_Network
func (*NetworkMode) Set ¶
func (n *NetworkMode) Set(v string) error
func (NetworkMode) String ¶
func (n NetworkMode) String() string
type Parameters ¶
func (*Parameters) Set ¶
func (params *Parameters) Set(v string) error
func (Parameters) String ¶
func (params Parameters) String() string
type PortMappings ¶
type PortMappings []mesos.ContainerInfo_DockerInfo_PortMapping
func (*PortMappings) Set ¶
func (mappings *PortMappings) Set(v string) (err error)
func (PortMappings) String ¶
func (mappings PortMappings) String() string
Click to show internal directories.
Click to hide internal directories.