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
1aee50f5
Commit
1aee50f5
authored
Mar 09, 2017
by
Matthew Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move pkg cmd/helm/strvals to pkg/strvals
This is another useful package outside of cmd/helm.
parent
3be8dfd8
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
install.go
cmd/helm/install.go
+1
-1
upgrade.go
cmd/helm/upgrade.go
+1
-1
doc.go
pkg/strvals/doc.go
+0
-0
parser.go
pkg/strvals/parser.go
+0
-0
parser_test.go
pkg/strvals/parser_test.go
+0
-0
No files found.
cmd/helm/install.go
View file @
1aee50f5
...
...
@@ -32,7 +32,6 @@ import (
"github.com/ghodss/yaml"
"github.com/spf13/cobra"
"k8s.io/helm/cmd/helm/strvals"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helm"
...
...
@@ -40,6 +39,7 @@ import (
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/proto/hapi/release"
"k8s.io/helm/pkg/strvals"
)
const
installDesc
=
`
...
...
cmd/helm/upgrade.go
View file @
1aee50f5
...
...
@@ -25,10 +25,10 @@ import (
"github.com/ghodss/yaml"
"github.com/spf13/cobra"
"k8s.io/helm/cmd/helm/strvals"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helm"
"k8s.io/helm/pkg/storage/driver"
"k8s.io/helm/pkg/strvals"
)
const
upgradeDesc
=
`
...
...
cmd/helm
/strvals/doc.go
→
pkg
/strvals/doc.go
View file @
1aee50f5
File moved
cmd/helm
/strvals/parser.go
→
pkg
/strvals/parser.go
View file @
1aee50f5
File moved
cmd/helm
/strvals/parser_test.go
→
pkg
/strvals/parser_test.go
View file @
1aee50f5
File moved
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