Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

provider/kubernetes: Cache & expose kubernetes services as load balancers. #312

Merged
merged 1 commit into from
Feb 12, 2016

Conversation

lwander
Copy link
Member

@lwander lwander commented Feb 12, 2016

Implements & adds a load balancer CachingAgent, well as a load balancer Provider.

This PR is most useful in conjunction with #307.

@lwander
Copy link
Member Author

lwander commented Feb 12, 2016

@duftler, @ttomsu

this.namespace = service.metadata.namespace
this.region = this.namespace
this.accountName = accountName
this.serverGroups = serverGroupList.collect { KubernetesServerGroup serverGroup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would serverGroupList.groupBy { it.name } work here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't know that existed, good idea.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't work in this case since we are returning a set of maps, not just a single map.

@ttomsu
Copy link
Member

ttomsu commented Feb 12, 2016

LGTM

@lwander lwander force-pushed the kubernetes-cache-load-balancers branch from 7f9804d to b61c714 Compare February 12, 2016 21:34
lwander added a commit that referenced this pull request Feb 12, 2016
provider/kubernetes: Cache & expose kubernetes services as load balancers.
@lwander lwander merged commit c25b5e8 into spinnaker:master Feb 12, 2016
@@ -0,0 +1,67 @@
Inferred project: clouddriver, version: 1.49.0-SNAPSHOT
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lwander Looks like your log file got checked-in by accident.

luba239 pushed a commit to vasiliy-briginets/clouddriver that referenced this pull request Mar 5, 2020
ttomsu pushed a commit to ttomsu/clouddriver that referenced this pull request Mar 11, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants