1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "kubectl-evict-pod";
7 src = fetchFromGitHub {
11 sha256 = "sha256-Z1NIueonjyO2GHulBbXbsQtX7V/Z95GUoZv9AqjLIR0=";
17 description = "This plugin evicts the given pod and is useful for testing pod disruption budget rules";
18 mainProgram = "kubectl-evict-pod";
19 homepage = "https://github.com/rajatjindal/kubectl-evict-pod";
20 license = licenses.asl20;
21 maintainers = [ maintainers.j4m3s ];