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
915d69a2
Commit
915d69a2
authored
Aug 03, 2019
by
AllenZMC
Committed by
czm
Aug 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix word 'resoures' to 'resources
Signed-off-by:
czm
<
zhongming.chang@daocloud.io
>
parent
fbcc5dd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
environment.go
pkg/tiller/environment/environment.go
+1
-1
No files found.
pkg/tiller/environment/environment.go
View file @
915d69a2
...
@@ -160,7 +160,7 @@ type KubeClient interface {
...
@@ -160,7 +160,7 @@ type KubeClient interface {
// BuildUnstructured reads a stream of manifests from a reader and turns them into
// BuildUnstructured reads a stream of manifests from a reader and turns them into
// info objects. Manifests are not validated against the schema, but it will fail if
// info objects. Manifests are not validated against the schema, but it will fail if
// any resoures types are not known by the apiserver.
// any resour
c
es types are not known by the apiserver.
//
//
// reader must contain a YAML stream (one or more YAML documents separated by "\n---\n").
// reader must contain a YAML stream (one or more YAML documents separated by "\n---\n").
BuildUnstructured
(
namespace
string
,
reader
io
.
Reader
)
(
kube
.
Result
,
error
)
BuildUnstructured
(
namespace
string
,
reader
io
.
Reader
)
(
kube
.
Result
,
error
)
...
...
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