Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubectl-limitrange plugin to Krew index #4182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions plugins/limitrange.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: limitrange
spec:
version: v1.0.2
homepage: https://github.com/mfenerich/kubectl-lr
shortDescription: "Creates limitrange resources in Kubernetes"
description: |
kubectl-limitrange is a kubectl plugin that allows easy creation of
LimitRange resources in Kubernetes namespaces with configurable
CPU and memory limits.
platforms:
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/mfenerich/kubectl-lr/releases/download/v1.0.2/kubectl-limitrange-darwin-amd64.tar.gz
sha256: d01f4e27579e57cc6c66448983a695c788039c900927b7ec9d27fbc1d799cf3d
bin: kubectl-limitrange
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/mfenerich/kubectl-lr/releases/download/v1.0.2/kubectl-limitrange-linux-amd64.tar.gz
sha256: 614d16cc2ca4d4becd7247da9d40c70114759384d9a10b3820dc8d80b1d2e0db
bin: kubectl-limitrange
- selector:
matchExpressions:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/mfenerich/kubectl-lr/releases/download/v1.0.2/kubectl-limitrange-windows-amd64.zip
sha256: 0fe51745b27bbe12f81d716a027d6d42d41a0670feb5d5747e741dc0df153968
bin: kubectl-limitrange.exe
Loading