-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding netscaler-k8s plugin to krew (#3142)
* Rebasing * Closing few review comments. * renaming the plugin name from netscaler-k8s to netscaler as per Review
- Loading branch information
1 parent
f51d875
commit b881762
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | ||
kind: Plugin | ||
metadata: | ||
name: netscaler | ||
spec: | ||
shortDescription: Inspect NetScaler Ingresses | ||
description: | | ||
The official kubectl plugin for netscaler. | ||
This plugin is used for inspecting Ingress Controller and associated NetScaler deployments. | ||
version: v2.0.0 | ||
homepage: https://github.com/netscaler/modern-apps-toolkit/tree/main/netscaler-plugin#readme | ||
platforms: | ||
- selector: | ||
matchLabels: | ||
os: darwin | ||
arch: amd64 | ||
uri: "https://github.com/netscaler/modern-apps-toolkit/releases/download/v2.0.0-netscaler-plugin/netscaler-plugin_v2.0.0-netscaler-plugin_Darwin_x86_64.tar.gz" | ||
sha256: b5c85b7ec2ac912d46ad8316f80dc3ff3f397c28c7f3b166f5f3295d9980494b | ||
bin: ./kubectl-netscaler | ||
- selector: | ||
matchLabels: | ||
os: linux | ||
arch: amd64 | ||
uri: "https://github.com/netscaler/modern-apps-toolkit/releases/download/v2.0.0-netscaler-plugin/netscaler-plugin_v2.0.0-netscaler-plugin_Linux_x86_64.tar.gz" | ||
sha256: c6de7d00f0b546c5da1d36952c836ad3ebe6d850d6985fe46f68dba5243e74fd | ||
bin: ./kubectl-netscaler | ||
- selector: | ||
matchLabels: | ||
os: windows | ||
arch: amd64 | ||
uri: "https://github.com/netscaler/modern-apps-toolkit/releases/download/v2.0.0-netscaler-plugin/netscaler-plugin_v2.0.0-netscaler-plugin_Windows_x86_64.zip" | ||
sha256: 3147fe1d5430b13924704c803a98d585a059a742128b565b3588616b4f41bbd1 | ||
bin: ./kubectl-netscaler.exe |