Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
1b5c9938
Commit
1b5c9938
authored
Oct 12, 2016
by
Michal Rostecki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(helm): remove unused consts from client
Const variables defined in client.go weren't used anywhere. Ref #953
parent
3c98c512
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
client.go
pkg/helm/client.go
+0
-14
No files found.
pkg/helm/client.go
View file @
1b5c9938
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment