-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: kubernetes relationship by lookup #321
Conversation
4683347
to
e1487f9
Compare
@adityathebe Could we update the example fixture and maybe add an integration test? |
53ae2cd
to
faeea56
Compare
Expect(err).To(BeNil()) | ||
|
||
Expect(len(configRelationships)).To(Equal(1)) | ||
Expect(configRelationships[0].Relation).To(Equal("ConfigMapConfigMap")) |
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.
I think this should just be ConfigMap
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.
Aren't we concatenating the kind of the two related objects? Eg (from azure demo):
PodConfigMap
NodePod
GrafanaConfigMap
EKSNode
DaemonSetPod
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.
We shouldn't be, but we can tackle that later
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.
🎉 This PR is included in version 0.0.147 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
resolves: #320