Merge pull request #2213 from vanou/correct_explanation_of_ApendAll_method_in_ResMap_interface

Correct explanation of ApendAll method in ResMap interface
This commit is contained in:
Kubernetes Prow Robot
2020-02-24 16:25:35 -08:00
committed by GitHub

View File

@@ -114,7 +114,7 @@ type ResMap interface {
Append(*resource.Resource) error
// AppendAll appends another ResMap to self,
// failing on any OrgId collision.
// failing on any CurId collision.
AppendAll(ResMap) error
// AbsorbAll appends, replaces or merges the contents