Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Version of the ecsctl
Functions ¶
Types ¶
type CompleteInstance ¶ added in v0.7.0
type CompleteInstance struct { EC2 *ec2.Instance ECS *ecs.ContainerInstance }
CompleteInstance has both ECS and EC2 instance description
func GetInstances ¶ added in v0.9.0
func GetInstances(c *ecs.Cluster) ([]*CompleteInstance, error)
GetInstances return a slice of CompleteInstance from specified Cluster
func (*CompleteInstance) SpotFleetRequestID ¶ added in v0.7.0
func (i *CompleteInstance) SpotFleetRequestID() *string
SpotFleetRequestID get the Spot Fleet Request ID from the EC2 tags
Source Files ¶
- clusters.go
- clusters_add_instance.go
- clusters_add_spot_fleet.go
- clusters_create.go
- clusters_delete.go
- clusters_list.go
- clusters_update_spot_fleet.go
- completion.go
- flagsHelpSpec.go
- instances.go
- instances_list.go
- repositories.go
- repositories_create.go
- repositories_delete.go
- root.go
- scheduled_tasks.go
- scheduled_tasks_configure.go
- scheduled_tasks_list.go
- services.go
- services_copy.go
- services_deploy.go
- services_deployments.go
- services_list.go
- task_definitions.go
- task_definitions_edit.go
- task_definitions_env.go
- task_definitions_env_delete.go
- task_definitions_env_list.go
- task_definitions_env_set.go
- task_definitions_list.go
- task_definitions_run.go
- task_definitions_update.go
- upgrade.go
- user_data.go
- version.go
Click to show internal directories.
Click to hide internal directories.