-
Notifications
You must be signed in to change notification settings - Fork 302
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
Support Container Instance Tagging #724
Conversation
Testing with long ARNs enabled:
Container instance is tagged:
|
Testing with long ARNs disabled:
|
047beb3
to
30fe736
Compare
} | ||
|
||
// RegisterTaskDefinition mocks base method | ||
func (m *MockECSClient) RegisterTaskDefinition(arg0 *ecs0.RegisterTaskDefinitionInput) (*ecs0.TaskDefinition, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know why this was added to the mocks? I don't see changes to this func in the client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, that's probably because I screwed up a rebase at some point. I'll regenerate them.
11dce09
to
e53073d
Compare
e53073d
to
6a34ccd
Compare
This part is a bit thorny because it requires opt-in to the new long arn format.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.