-
Notifications
You must be signed in to change notification settings - Fork 475
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
Add resource name to annotations #2106
Conversation
What about containers? |
That's why I asked 😆
|
Yes. This helps us correlate how DCPs thing resources map to appmodel resources. |
@@ -386,6 +386,74 @@ public async Task VerifyDockerWithBoundVolumeMountWorksWithRelativePaths() | |||
await app.StopAsync(); | |||
} | |||
|
|||
[LocalOnlyFact("docker")] | |||
public async Task KubernetesHasResourceNameForContainersAndExes() |
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.
It's too now, but you could write a unit test for this instead of integration. There is now an ApplicationExecutorTests file.
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.
Ooh, I'll need to remember that for future testing.
Fixes #1441
Do we need to add names to other resource types?
Microsoft Reviewers: Open in CodeFlow