* Package name : kfilt Version : 0.0.7 Upstream Author : Ryan Eschinger * URL : https://github.com/ryane/kfilt * License : Apache-2 Programming Lang: golang Description : filter Kubernetes resources kfilt is a tool that lets you filter specific resources from a stream of Kubernetes YAML manifests. It can read manifests from a file, URL, or from stdin. kfilt was primarily created to assist developers who are creating Helm charts or Kustomize bases. Often, when making changes, it is helpful to narrow down focus to a specific resource or set of resources in the output. Without kfilt, you might redirect output to a file for inspection in your text editor or to write complicated grep commands. kfilt makes it easy to filter the output to see just the resources you are currently interested in. Or, to exclude specific resources. You can also use kfilt to selectively apply (or delete) resources with kubectl. This package will be maintained under go team.