helm-proxy

command module
v0.0.0-...-f8172cf Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2016 License: MIT Imports: 9 Imported by: 0

README

Helm Proxy: A transcoding proxy for JSON-to-gRPC

Tiller, Helm's server-side component, serves gRPC natively. This provides a simple transcoding proxy that converts JSON to gRPC, and exposes a number of endpoints. It also adds an authentication layer.

The JSON API:

Status of the server: GET /

List all releases: GET /v1/releases

Install a Chart: POST /v1/releases

Get a release by name: GET /v1/releases/{RELEASE_NAME}

Upgrade a Release: POST /v1/releases/{RELEASE_NAME}

Get release history: GET /v1/releases/{RELEASE_NAME}/history

Rollback to a previous release: POST /v1/releases/{RELEASE_NAME}/history/{VERSION}

Delete a release: DELETE /v1/releases/{RELEASE_NAME}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package transcode proxies a request between local and a remote gRPC server.
Package transcode proxies a request between local and a remote gRPC server.

Jump to

Keyboard shortcuts

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