v1

package
v1.18.0-coveo.6 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2018 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerResponse

type ContainerResponse struct {
	DockerId   string
	DockerName string
	Name       string
	Ports      []v2.PortResponse           `json:",omitempty"`
	Networks   []containermetadata.Network `json:",omitempty"`
}

ContainerResponse is the schema for the container response JSON object

type MetadataResponse

type MetadataResponse struct {
	Cluster              string
	ContainerInstanceArn *string
	Version              string
}

MetadataResponse is the schema for the metadata response JSON object

type TaskResponse

type TaskResponse struct {
	Arn           string
	DesiredStatus string `json:",omitempty"`
	KnownStatus   string
	Family        string
	Version       string
	Containers    []ContainerResponse
}

TaskResponse is the schema for the task response JSON object

type TasksResponse

type TasksResponse struct {
	Tasks []*TaskResponse
}

TasksResponse is the schema for the tasks response JSON object

Jump to

Keyboard shortcuts

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