v0.1-alpha.25
Pre-release
Pre-release
pwittrock
released this
28 Oct 21:23
·
631 commits
to master
since this release
Rebase on top of 1.8 apiserver code.
Breaks backwards compatibility due to breaking changes in client-go and code generators:
- replace ClientSet code to get version: from
GroupVersionClient.Kind("namespace")
toGroupVersion().Kind("namespace")
- replace
// +genclient=true
with// +genclient