Utilities for working with map[string]interface{} + yaml.Node

This commit is contained in:
Phillip Wittrock
2020-03-25 16:00:10 -07:00
parent 6c2adc48dd
commit 06e70f74c2
3 changed files with 147 additions and 0 deletions

6
kyaml/filtersutil/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// Package filtersutil provides utilities for working with yaml.Filter and
// kio.Filter interfaces.
package filtersutil