plan

package
v0.0.0-...-3116fbc Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterUpdatePlan

type ClusterUpdatePlan struct {
	Name            string
	CurrentServices map[string]*ecs.Service
	DeleteServices  map[string]*ecs.Service
	UpdateServices  map[string]*UpdateService
	NewServices     map[string]*schema.Service
}

type TaskUpdatePlan

type TaskUpdatePlan struct {
	Name          string
	NewContainers map[string]*schema.ContainerDefinition
}

type UpdateContainer

type UpdateContainer struct {
	Before *ecs.ContainerDefinition
	After  *schema.ContainerDefinition
}

type UpdateService

type UpdateService struct {
	Before *ecs.Service
	After  *schema.Service
}

Jump to

Keyboard shortcuts

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