kube-rest

module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2019 License: MIT

README

kube-rest

Go Report Card

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

Path Synopsis
examples
https command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL