Skip to content

Commit

Permalink
fix(provider/amazon): Commentary on when includePartialInstances = fa…
Browse files Browse the repository at this point in the history
…lse (#2081)
  • Loading branch information
ajordens authored Nov 4, 2017
1 parent 0a6964f commit 7f332b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class AmazonClusterProvider implements ClusterProvider<AmazonCluster> {

loadBalancers = translateLoadBalancers(allLoadBalancers)
targetGroups = translateTargetGroups(allTargetGroups)
serverGroups = translateServerGroups(allServerGroups, false)
serverGroups = translateServerGroups(allServerGroups, false) // instance relationships were expanded so no need to consider partial instances
} else {
Collection<CacheData> allServerGroups = resolveRelationshipDataForCollection(clusterData, SERVER_GROUPS.ns, RelationshipCacheFilter.none())
serverGroups = translateServerGroups(allServerGroups, true)
Expand Down

0 comments on commit 7f332b2

Please sign in to comment.