Skip to content
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

WIP - implement the k8s 1.8 Zones interface #30

Closed
wants to merge 1 commit into from

Conversation

bhcleek
Copy link
Contributor

@bhcleek bhcleek commented Sep 27, 2017

I still need to test this against a 1.8 cluster and rebase on top of #28, but would appreciate any early feedback.

Fixes #18

do/zones.go Outdated
// GetZoneByProviderID returns the Zone containing the current zone and
// locality region of the node specified by providerId. GetZoneByProviderID
// will only fill the Region field of cloudprovider.Zone for DO.
func (z zones) GetZoneByProviderID(providerID string) (cloudprovider.Zone, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is actually going to depend on some of the changes in #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants