1 // Copyright 2020 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package fsslice contains a yaml.Filter to modify a resource if 5 // it matches one or more FieldSpec entries. 6 package fsslice 7
View as plain text