Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caoyingjunz/client-helm
Go client for Helm.
https://github.com/caoyingjunz/client-helm
client-helm golang helm kubernetes
Last synced: 2 months ago
JSON representation
Go client for Helm.
- Host: GitHub
- URL: https://github.com/caoyingjunz/client-helm
- Owner: caoyingjunz
- License: apache-2.0
- Created: 2021-11-20T03:59:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T03:03:42.000Z (about 3 years ago)
- Last Synced: 2024-11-02T07:23:31.891Z (3 months ago)
- Topics: client-helm, golang, helm, kubernetes
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 41
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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