Releases: alauda/kube-rest
Releases · alauda/kube-rest
v0.1.0
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