Last active
May 6, 2020 16:48
-
-
Save ramene/853d9a4f5cd2dd65a3440685796bd062 to your computer and use it in GitHub Desktop.
plugin-kubeui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | |
kind: Plugin | |
metadata: | |
name: kubeui | |
spec: | |
homepage: https://github.com/kui-shell/plugin-kubeui | |
shortDescription: Pop-up visualizations for kubectl operations | |
description: | | |
This is a kubectl plugin that offers pop-up window visualizations | |
of the standard kubectl operations. For example, in response to a | |
get pods request, you will see a window pop up that displays a | |
navigable table. Clicking on a row will transition the | |
visualization to a multi-tab summary of that resource. | |
version: v2.1.6 | |
platforms: | |
- uri: https://github.com/kui-shell/plugin-kubeui/releases/download/v2.1.6/Kui-darwin-x64.tar.bz2 | |
sha256: "744a6f8cf02481afacba44f44a6dbf2174d092f25c150ee0a548597414ce36dd" | |
bin: "./kubectl-kubeui.sh" | |
selector: | |
matchLabels: | |
os: darwin | |
arch: amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment