task

package
v0.0.0-...-1b79cdd Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	InstanceId string          `json:"instanceId"`
	Id         string          `json:"id"`
	Name       string          `json:"name"`
	Cpus       float64         `json:"cpus"`
	Mem        float64         `json:"mem"`
	Disk       float64         `json:"disk"`
	Command    string          `json:"cmd"`
	Volumes    []*mesos.Volume `json:"volumes,omitempty"`
	Ports      []*mesos.Port   `json:"port_mappings,omitempty"`
	TaskInfo   *mesos.TaskInfo `json:"taskInfo"`
	Type       string          `json:"type"`
	Stauts     string          `json:"status"`
	Ip         string          `json:"ip"`
	Dependent  *Task           `json:"dependent"`
}

Jump to

Keyboard shortcuts

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