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
faa921dd
Unverified
Commit
faa921dd
authored
6 years ago
by
Matthew Fisher
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #4358 from novas0x2a/fake-improvements
Flesh out the fake client even more
parents
48e26e74
15ef839f
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
cmd/helm/install.go
+2
-25
cmd/helm/install.go
cmd/helm/package.go
+2
-1
cmd/helm/package.go
cmd/helm/template.go
+14
-63
cmd/helm/template.go
cmd/helm/upgrade.go
+2
-1
cmd/helm/upgrade.go
pkg/helm/fake.go
+103
-8
pkg/helm/fake.go
pkg/helm/fake_test.go
+158
-10
pkg/helm/fake_test.go
pkg/manifest/doc.go
+23
-0
pkg/manifest/doc.go
pkg/manifest/splitter.go
+46
-0
pkg/manifest/splitter.go
pkg/manifest/types.go
+28
-0
pkg/manifest/types.go
pkg/renderutil/deps.go
+50
-0
pkg/renderutil/deps.go
pkg/renderutil/doc.go
+24
-0
pkg/renderutil/doc.go
pkg/renderutil/render.go
+88
-0
pkg/renderutil/render.go
pkg/renderutil/render_test.go
+153
-0
pkg/renderutil/render_test.go
pkg/tiller/hooks.go
+2
-6
pkg/tiller/hooks.go
with
695 additions
and
114 deletions
+695
-114
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