Skip to content

Commit

Permalink
Add new plugin, kubectl resources
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored Jan 14, 2020
1 parent 8944b1e commit 1372eb1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions plugins/resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: resources
spec:
version: "v0.1.0"
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/howardjohn/kubectl-resources/releases/download/v0.1.0/kubectl-resources_0.1.0_Darwin_x86_64.tar.gz
sha256: f27cc3474df627d0d9b55eee6514a9d7c7858d1a878af75c07ad15b3a5272d75
bin: kubectl-resources
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/howardjohn/kubectl-resources/releases/download/v0.1.0/kubectl-resources_0.1.0_Linux_x86_64.tar.gz
sha256: ad3d1a126b106a38fb92ae76bb728b00ed8b4ef02eef574456b73f21c28affb3
bin: kubectl-resources
shortDescription: >-
Access Kubernetes resource requests, limits, and usage.
homepage: https://github.com/howardjohn/kubectl-resources
description: |
Access Kubernetes resource requests, limits, and usage.

0 comments on commit 1372eb1

Please sign in to comment.