1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package filtersutil provides utilities for working with yaml.Filter and 5 // kio.Filter interfaces. 6 package filtersutil 7
View as plain text