Update documentation for kyaml package

This commit is contained in:
Phillip Wittrock
2019-11-07 09:16:27 -08:00
parent 018698ec85
commit 2e33a69388
12 changed files with 226 additions and 53 deletions

View File

@@ -19,7 +19,7 @@ const (
ResourceListApiVersion = "kyaml.kustomize.dev/v1alpha1"
)
// ByteReadWriter reads from an input and writes to an output
// ByteReadWriter reads from an input and writes to an output.
type ByteReadWriter struct {
// Reader is where ResourceNodes are decoded from.
Reader io.Reader