module
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Oct 23, 2019
License: MIT
Opens a new window with license information.
README
¶
kube-rest

Kube-Rest implement a http client for making restful request with kubernetes client-go.
Why
Client-go is not just a client for talking to kubernetes cluster, it is also a good rest client for go:
- multi serilizers: json, portobuf and other serilizers could be added by user
- rate-limiting support: you can specify your QPS for local client
- back-off manager: a back-off manager for unexpected network failover
- human readable/ writeable restful interfaces: the interface is easy to read and write
How to use
Check the examples
Directories
¶
examples
|
|
|
|
|
pkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.