We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out what it will take to run kfilt as a kubectl plugin
This can be split into multiple issues if necessary.
The text was updated successfully, but these errors were encountered:
If you could add zipped or tar+gziped release assets, something like the following:
apiVersion: krew.googlecontainertools.github.com/v1alpha2 kind: Plugin metadata: name: kfilt spec: version: v0.0.8 homepage: https://github.com/ryane/kfilt shortDescription: &description kfilt can filter Kubernetes resources description: *description platforms: - selector: matchExpressions: - key: "os" operator: "In" values: - darwin uri: https://github.com/ryane/kfilt/releases/download/v0.0.8/kfilt_0.0.8_darwin_all.zip sha256: #... bin: kfilt_0.0.8_darwin_all - selector: {} #...
https://krew.sigs.k8s.io/docs/developer-guide/plugin-manifest
Sorry, something went wrong.
No branches or pull requests
Figure out what it will take to run kfilt as a kubectl plugin
This can be split into multiple issues if necessary.
The text was updated successfully, but these errors were encountered: