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

Unify k8s api endpoints #29

Merged
merged 3 commits into from
Nov 3, 2016
Merged

Unify k8s api endpoints #29

merged 3 commits into from
Nov 3, 2016

Conversation

nebril
Copy link
Contributor

@nebril nebril commented Aug 17, 2016

fixes #25


This change is Reviewable

@nhlfr
Copy link
Contributor

nhlfr commented Aug 17, 2016

LGTM

},
NegotiatedSerializer: api.Codecs,
}
thirdPartyResourceConfigInit(&c)
Copy link
Contributor

Choose a reason for hiding this comment

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

this and below duplicates the same in dependencies.go. Could it be refactored somehow?

@gluke77
Copy link
Contributor

gluke77 commented Aug 17, 2016

LGTM. It's a bit weird that the client contains deps and resdefs, both referring to the same restclient, but i can not see better way,at least right now.

@nebril
Copy link
Contributor Author

nebril commented Aug 18, 2016

This should be merged after kubernetes/kubernetes#28414 is released

@nebril
Copy link
Contributor Author

nebril commented Aug 29, 2016

The fix will be released in 1.4 afaik.

@pigmej
Copy link
Contributor

pigmej commented Sep 2, 2016

kubernetes/kubernetes#28414 is merged now so it will be included in 1.4 release.

@pigmej
Copy link
Contributor

pigmej commented Oct 7, 2016

@nebril Can we add there a check for a k8s version inside AC? Then it would crash with useful message.

@zen zen modified the milestone: v0.1 Oct 10, 2016
@pigmej pigmej modified the milestones: v0.2, v0.1 Oct 12, 2016
@nebril
Copy link
Contributor Author

nebril commented Nov 3, 2016

@pigmej done

@jellonek
Copy link
Contributor

jellonek commented Nov 3, 2016

:lgtm:


Reviewed 21 of 21 files at r1, 1 of 1 files at r2.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@nhlfr nhlfr merged commit cc9d498 into master Nov 3, 2016
@nhlfr nhlfr deleted the unify-k8s-api-endpoints branch November 3, 2016 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove hacks caused by https://github.com/kubernetes/kubernetes/issues/23831
6 participants