1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "kube-capacity";
7 src = fetchFromGitHub {
11 sha256 = "sha256-zAwCz4Qs1OF/CdSmy9p4X9hL9iNkAH/EeSU2GgekzV8=";
14 vendorHash = "sha256-YME4AXpHvr1bNuc/HoHxam+7ZkwLzjhIvFSfD4hga1A=";
18 "A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster";
19 mainProgram = "kube-capacity";
20 homepage = "https://github.com/robscott/kube-capacity";
21 changelog = "https://github.com/robscott/kube-capacity/releases/tag/v${version}";
22 license = licenses.asl20;
23 maintainers = [ maintainers.bryanasdev000 ];