1 // Copyright 2020 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package fieldspec contains a yaml.Filter to modify a resource 5 // that matches the FieldSpec. 6 package fieldspec 7
View as plain text