You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to consider if EndpointElem is really required in the code, given that we already have VPCResourceIntf. This may allow us to reduce code duplication, as Node also embeds VPCResourceIntf. This can wait for now, but maybe open an issue for that...
PR #222 has replaced EndpointElem with VPCResourceIntf on connectivity structures before grouping.
The EndpointElem type is currently used to represent grouped elements.
The delta between EndpointElem and VPCResourceIntf is that the latter interface implements only Name() while the latter also implements UID(), Name(), ZoneName() and Kind(); the former functionality is non-relevant for grouped elements but required for VPC resources. Thus, the answer seems "yes", EndpointElem is required
We have to consider if
EndpointElem
is really required in the code, given that we already haveVPCResourceIntf
. This may allow us to reduce code duplication, asNode
also embedsVPCResourceIntf
. This can wait for now, but maybe open an issue for that...Originally posted by @zivnevo in #136 (review)
The text was updated successfully, but these errors were encountered: