Loading pkgs/applications/networking/cluster/kubectl-view-allocations/Cargo.lock 0 → 100644 +2172 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/applications/networking/cluster/kubectl-view-allocations/default.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , perl , Security ? null }: rustPlatform.buildRustPackage rec { pname = "kubectl-view-allocations"; version = "0.16.3"; src = fetchFromGitHub { owner = "davidB"; repo = pname; rev = version; sha256 = "sha256-udi39j/K4Wsxva171i7mMUQ6Jb8Ny2IEHfldt3B8IoY="; }; postPatch = '' cp ${./Cargo.lock} Cargo.lock ''; cargoLock = { lockFile = ./Cargo.lock; }; nativeBuildInputs = [ perl ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ]; meta = with lib; { description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"; homepage = "https://github.com/davidB/kubectl-view-allocations"; license = licenses.cc0; maintainers = [ maintainers.mrene ]; platforms = platforms.unix; }; } pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -31455,6 +31455,10 @@ with pkgs; kubectl-tree = callPackage ../applications/networking/cluster/kubectl-tree { }; kubectl-view-allocations = callPackage ../applications/networking/cluster/kubectl-view-allocations { inherit (darwin.apple_sdk.frameworks) Security; }; kubelogin = callPackage ../applications/networking/cluster/kubelogin { }; kubelogin-oidc = callPackage ../applications/networking/cluster/kubelogin-oidc { }; Loading
pkgs/applications/networking/cluster/kubectl-view-allocations/Cargo.lock 0 → 100644 +2172 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/applications/networking/cluster/kubectl-view-allocations/default.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , perl , Security ? null }: rustPlatform.buildRustPackage rec { pname = "kubectl-view-allocations"; version = "0.16.3"; src = fetchFromGitHub { owner = "davidB"; repo = pname; rev = version; sha256 = "sha256-udi39j/K4Wsxva171i7mMUQ6Jb8Ny2IEHfldt3B8IoY="; }; postPatch = '' cp ${./Cargo.lock} Cargo.lock ''; cargoLock = { lockFile = ./Cargo.lock; }; nativeBuildInputs = [ perl ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ]; meta = with lib; { description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"; homepage = "https://github.com/davidB/kubectl-view-allocations"; license = licenses.cc0; maintainers = [ maintainers.mrene ]; platforms = platforms.unix; }; }
pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -31455,6 +31455,10 @@ with pkgs; kubectl-tree = callPackage ../applications/networking/cluster/kubectl-tree { }; kubectl-view-allocations = callPackage ../applications/networking/cluster/kubectl-view-allocations { inherit (darwin.apple_sdk.frameworks) Security; }; kubelogin = callPackage ../applications/networking/cluster/kubelogin { }; kubelogin-oidc = callPackage ../applications/networking/cluster/kubelogin-oidc { };