appspec

package
v0.17.2 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "0.0"

Functions

This section is empty.

Types

type AppSpec

type AppSpec struct {
	Version   *string     `yaml:"version"`
	Resources []*Resource `yaml:"Resources"`
}

func New

func New() *AppSpec

func (*AppSpec) String

func (a *AppSpec) String() string

type LoadBalancerInfo

type LoadBalancerInfo struct {
	ContainerName *string `yaml:"ContainerName"`
	ContainerPort *int64  `yaml:"ContainerPort"`
}

type Properties

type Properties struct {
	TaskDefinition       *string                   `yaml:"TaskDefinition"`
	LoadBalancerInfo     *LoadBalancerInfo         `yaml:"LoadBalancerInfo"`
	PlatformVersion      *string                   `yaml:"PlatformVersion"`
	NetworkConfiguration *ecs.NetworkConfiguration `yaml:"NetworkConfiguration"`
}

type Resource

type Resource struct {
	TargetService *TargetService `yaml:"TargetService"`
}

type TargetService

type TargetService struct {
	Type       *string     `yaml:"Type"`
	Properties *Properties `yaml:"Properties"`
}

Jump to

Keyboard shortcuts

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