forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource-capacity.yaml
31 lines (31 loc) · 1.05 KB
/
resource-capacity.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: resource-capacity
spec:
platforms:
- uri: https://github.com/robscott/kube-capacity/releases/download/0.3.0/kube-capacity_0.3.0_Darwin_x86_64.tar.gz
sha256: 685c964d0416c23f70b75fdd73fdda5a32f4331125892a9415977f8dd3553050
bin: kube-capacity
files:
- from: "*"
to: "."
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/robscott/kube-capacity/releases/download/0.3.0/kube-capacity_0.3.0_Linux_x86_64.tar.gz
sha256: f0c155620793b3d7fb4fb985d5654c50402717deda51490d16925b7a561db193
bin: kube-capacity
files:
- from: "*"
to: "."
selector:
matchLabels:
os: linux
arch: amd64
version: v0.3.0
homepage: https://github.com/robscott/kube-capacity
shortDescription: Provides an overview of resource requests, limits, and utilization
description: |
A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster.