feat(tiller): add initial tiller client for basic helm installs.
1. install command loads chart archive. 2. invokes helm api to transform the pkg/chart.Chart type to it's proto model. 3. the client then establishes a connection to tiller. 4. sends InstallReleaseRequest, receives InstallReleaseResponse. todo (for complete install): - walk pkg/chart.{Values,Deps,Templates} types and populate proto definitions for various apis/messages.
Showing
cmd/helm/install.go
0 → 100644
pkg/hapi/doc.go
deleted
100644 → 0
pkg/hapi/helm.pb.go
deleted
100644 → 0
pkg/helm/client.go
0 → 100644
pkg/helm/config.go
0 → 100644
pkg/helm/error.go
0 → 100644
pkg/helm/helm.go
0 → 100644
Please
register
or
sign in
to comment