Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
8948bf74
Commit
8948bf74
authored
9 years ago
by
Matt Butcher
Browse files
Options
Download
Plain Diff
Merge pull request #1 from technosophos/feat/grpc
feat(cmd): add grpc client and server
parents
336386b6
456ddeaa
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
.gitignore
+1
-0
.gitignore
README.md
+4
-0
README.md
_proto/helm.proto
+32
-0
_proto/helm.proto
cmd/helmet/helmet.go
+40
-0
cmd/helmet/helmet.go
cmd/tiller/environment/environment.go
+56
-0
cmd/tiller/environment/environment.go
cmd/tiller/environment/environment_test.go
+32
-0
cmd/tiller/environment/environment_test.go
cmd/tiller/server.go
+30
-0
cmd/tiller/server.go
cmd/tiller/tiller.go
+24
-0
cmd/tiller/tiller.go
docs/developers.md
+26
-0
docs/developers.md
glide.lock
+29
-0
glide.lock
glide.yaml
+6
-0
glide.yaml
pkg/hapi/doc.go
+10
-0
pkg/hapi/doc.go
pkg/hapi/helm.pb.go
+176
-0
pkg/hapi/helm.pb.go
with
466 additions
and
0 deletions
+466
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment