awsasg

package
v0.0.0-...-8224e8d Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LsOutputFull

func LsOutputFull(asgs []Asg)

Types

type AWSAsg

type AWSAsg struct {
	// contains filtered or unexported fields
}

func New

func New() *AWSAsg

func (*AWSAsg) Ls

func (a *AWSAsg) Ls(args []string)

func (*AWSAsg) LsFromTags

func (a *AWSAsg) LsFromTags(args []string)

func (*AWSAsg) LsNameOnly

func (a *AWSAsg) LsNameOnly()

type Asg

type Asg struct {
	Max     int32    `json:"max"`
	Min     int32    `json:"min"`
	Name    string   `json:"name"`
	Tg      []string `json:"tg"`
	Lb      []string `json:"lb"`
	Ec2s    []Ec2    `json:"ec2s"`
	Desired int32    `json:"desired"`
}

type Ec2

type Ec2 struct {
	InstanceId   string
	HealthStatus string
	InstanceType string
}

Jump to

Keyboard shortcuts

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