Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix comment typos #2478

Merged
merged 1 commit into from
Sep 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/manifests/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Manifests interface {
UpdateWorkloadPolicies(def []byte, id resource.ID, update resource.PolicyUpdate) ([]byte, error)
// CreateManifestPatch obtains a patch between the original and modified manifests
CreateManifestPatch(originalManifests, modifiedManifests []byte, originalSource, modifiedSource string) ([]byte, error)
// ApplyManifestPatch applies a manifest patch (obtained with CreateManifestDiff) returned the patched manifests
// ApplyManifestPatch applies a manifest patch (obtained with CreateManifestPatch) returning the patched manifests
ApplyManifestPatch(originalManifests, patchManifests []byte, originalSource, patchSource string) ([]byte, error)
// AppendManifestToBuffer concatenates manifest bytes to a
// (possibly empty) buffer of manifest bytes; the resulting bytes
Expand Down