mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
9 lines
257 B
Go
9 lines
257 B
Go
// Copyright 2022 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package filters
|
|
|
|
// Package filters collects various implementations
|
|
// sigs.k8s.io/kustomize/kyaml/kio.Filter used by kustomize
|
|
// transformers to modify kubernetes objects.
|