Skip to content

Releases: alauda/kube-rest

v0.1.0

23 Jul 07:45
1012112
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Version v0.1.0, the prototype interface of rest client

  • Abstract rest/interface from controller-runtime
  • Define how to write rest requests:
    • generate request using Object interface (pkg/rest/interface)
    • data serialization abstract: Object need to implement marshal and unmarshal method