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
ea3be9e3
Commit
ea3be9e3
authored
8 years ago
by
Adam Reese
Browse files
Options
Download
Patches
Plain Diff
feat(*): migrate to kubernetes 1.5
parent
649396e8
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
cmd/helm/helm.go
+5
-5
cmd/helm/helm.go
cmd/helm/init.go
+8
-5
cmd/helm/init.go
cmd/helm/init_test.go
+39
-15
cmd/helm/init_test.go
cmd/helm/installer/install.go
+12
-11
cmd/helm/installer/install.go
cmd/helm/installer/install_test.go
+14
-13
cmd/helm/installer/install_test.go
cmd/helm/tunnel.go
+5
-5
cmd/helm/tunnel.go
cmd/helm/tunnel_test.go
+3
-3
cmd/helm/tunnel_test.go
cmd/tiller/tiller.go
+2
-2
cmd/tiller/tiller.go
glide.lock
+124
-149
glide.lock
glide.yaml
+4
-23
glide.yaml
pkg/kube/client.go
+3
-14
pkg/kube/client.go
pkg/kube/client_test.go
+10
-11
pkg/kube/client_test.go
pkg/kube/tunnel.go
+2
-2
pkg/kube/tunnel.go
pkg/storage/driver/cfgmaps.go
+6
-7
pkg/storage/driver/cfgmaps.go
pkg/storage/driver/mock_test.go
+3
-3
pkg/storage/driver/mock_test.go
pkg/tiller/environment/environment.go
+7
-7
pkg/tiller/environment/environment.go
pkg/tiller/environment/environment_test.go
+4
-6
pkg/tiller/environment/environment_test.go
pkg/tiller/release_server.go
+8
-3
pkg/tiller/release_server.go
with
259 additions
and
284 deletions
+259
-284
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