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

adds ranching.farm plugin. #4077

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 3 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
73 changes: 73 additions & 0 deletions plugins/ranching_farm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: ranching_farm
fbettag marked this conversation as resolved.
Show resolved Hide resolved
spec:
version: "v0.1.0"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/ranching-farm/kubectl-addon/releases/download/v0.1.0/kubectl-ranching.farm_linux_amd64.zip
sha256: 7a0d71cefc27a69f3d424052720ba93fc53c2f945629302271dbdc4657bab912
files:
- from: kubectl-ranching.farm_linux_amd64
to: kubectl-ranching_farm
- from: LICENSE
to: .
bin: kubectl-ranching_farm
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/ranching-farm/kubectl-addon/releases/download/v0.1.0/kubectl-ranching.farm_linux_arm64.zip
sha256: a203b90f8433bffd49c5ffa66b72491c49b072c90394c95ebeb7600876655aac
files:
- from: kubectl-ranching.farm_linux_arm64
to: kubectl-ranching_farm
- from: LICENSE
to: .
bin: kubectl-ranching_farm
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/ranching-farm/kubectl-addon/releases/download/v0.1.0/kubectl-ranching.farm_darwin_amd64.zip
sha256: 2b9d0f3b0cea034b146ff0f17b540ad58240357434731df2198a835e6e1aef18
files:
- from: kubectl-ranching.farm_darwin_amd64
to: kubectl-ranching_farm
- from: LICENSE
to: .
bin: kubectl-ranching_farm
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/ranching-farm/kubectl-addon/releases/download/v0.1.0/kubectl-ranching.farm_darwin_arm64.zip
sha256: bc362478bb66ff01e8208b0f35df4394e42dea33f558e428f01f112b73a2092f
files:
- from: kubectl-ranching.farm_darwin_arm64
to: kubectl-ranching_farm
- from: LICENSE
to: .
bin: kubectl-ranching_farm
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/ranching-farm/kubectl-addon/releases/download/v0.1.0/kubectl-ranching.farm_windows_amd64.exe.zip
sha256: 258f8f0c86c3f5aee25a08163b320895f92d56b2c6de4feff20fc71702f1f6cc
files:
- from: kubectl-ranching.farm_windows_amd64.exe
to: kubectl-ranching_farm
- from: LICENSE
to: .
bin: kubectl-ranching_farm
shortDescription: AI-powered Kubernetes assistant
description: |
ranching.farm is an AI-powered assistant for Kubernetes. It allows you to ask
questions about Kubernetes on our website, directly connecting to your cluster
through kubectl, providing intelligent answers, solutions and graphs.
homepage: https://github.com/ranching-farm/kubectl-addon
Loading