Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caoyingjunz/client-helm

Go client for Helm.
https://github.com/caoyingjunz/client-helm

client-helm golang helm kubernetes

Last synced: 3 days ago
JSON representation

Go client for Helm.

Awesome Lists containing this project

README

        

# Client-helm

Helm clients for talking to a [helm](https://github.com/helm/helm).

## Installing

Use Client-helm is easy. First, use go get to install the latest version of the library.

``` go
go get github.com/caoyingjunz/client-helm
```

Next, include Client-helm in your application:

``` go
import "github.com/caoyingjunz/client-helm"
```

## Usage
- Example usage of client-helm can be found in the [usages](./examples)

Copyright 2019 caoyingjun ([email protected]) Apache License 2.0