...

Source file src/sigs.k8s.io/kustomize/api/filters/fieldspec/doc.go

Documentation: sigs.k8s.io/kustomize/api/filters/fieldspec

     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