Skip to content

v0.1-alpha.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@pwittrock pwittrock released this 28 Oct 21:23
· 631 commits to master since this release
5e45c69

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") to GroupVersion().Kind("namespace")
  • replace // +genclient=true with // +genclient