Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSClient ¶
type AWSClient struct {
// contains filtered or unexported fields
}
AWSClient encapsulates serveral helper method to retrive data from AWS cloud
func NewAWSClient ¶
NewAWSClient returns a new AWSClient
func (*AWSClient) GetECSClusters ¶
GetECSClusters returns a list of ecs clusters in a region
func (*AWSClient) GetECSServices ¶
GetECSServices returns a list of ecs services for a cluster in a region
func (*AWSClient) GetECSTaskDef ¶
GetECSTaskDef returns the current task definition for a given cluster and service
Click to show internal directories.
Click to hide internal directories.