项目作者: e2fyi

项目描述 :
k8s CRD to install/upgrade/rollback helm charts
高级语言: Go
项目地址: git://github.com/e2fyi/k8s-helm-operator.git
创建时间: 2019-05-28T14:04:43Z
项目社区:https://github.com/e2fyi/k8s-helm-operator

开源协议:Apache License 2.0

下载


github.com/e2fyi/k8s-helm-operator

golang

k8s-helm-operator aims to make deploying helm charts more declarative through
k8s Custom Resource Definitions.

Developer notes

  1. # create a vendor sub-folder so `go generate` can work
  2. go mod vendor
  3. # generates the deep-copy functions as well as the client codes
  4. go generate