Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: Add tag support to ELB #1289

Merged
merged 1 commit into from
Mar 25, 2015
Merged

provider/aws: Add tag support to ELB #1289

merged 1 commit into from
Mar 25, 2015

Conversation

catsby
Copy link
Member

@catsby catsby commented Mar 24, 2015

This PR adds Tag support to Elastic Load Balancers, at the cost of a mostly duplicated builtin/providers/aws/tags.go file 😦

Unfortunately, aws-sdk-go has a Tag struct declaration for each resource, instead of a common one, so we'll need versions of tags.go for each, unless we can manage to make tags.go more generic with our own Tag struct, and cast as needed, but that may be more work than worth it.

@phinze
Copy link
Contributor

phinze commented Mar 25, 2015

builtin/providers/aws/tagsELB.go

We don't have any other .go files in the project with capital letters. Perhaps tags_elb.go?

@catsby
Copy link
Member Author

catsby commented Mar 25, 2015

Perhaps tags_elb.go?

valid, I'll change that

@phinze
Copy link
Contributor

phinze commented Mar 25, 2015

Though I suppose if the plan is that it's all going away shortly it matters less.

LGTM!

catsby added a commit that referenced this pull request Mar 25, 2015
provider/aws: Add tag support to ELB
@catsby catsby merged commit 393f335 into master Mar 25, 2015
@catsby catsby deleted the f-aws-elb-tags branch March 25, 2015 14:46
@catsby
Copy link
Member Author

catsby commented Mar 25, 2015

Merged as is, since tagsELB should go away this week

@ghost
Copy link

ghost commented May 4, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants