Commit 1b5c9938 authored by Michal Rostecki's avatar Michal Rostecki

fix(helm): remove unused consts from client

Const variables defined in client.go weren't used
anywhere.

Ref #953
parent 3c98c512
......@@ -24,20 +24,6 @@ import (
rls "k8s.io/helm/pkg/proto/hapi/services"
)
const (
// HelmHostEnvVar is the $HELM_HOST envvar
HelmHostEnvVar = "HELM_HOST"
// HelmHomeEnvVar is the $HELM_HOME envvar
HelmHomeEnvVar = "HELM_HOME"
// DefaultHelmHost is the default tiller server host address.
DefaultHelmHost = ":44134"
// DefaultHelmHome is the default $HELM_HOME envvar value
DefaultHelmHome = "$HOME/.helm"
)
// Client manages client side of the helm-tiller protocol
type Client struct {
opts options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment