-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing version 2.0.0 of netscaler plugin with new version
- Loading branch information
1 parent
4862797
commit d05a9f3
Showing
2 changed files
with
33 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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: v1.1.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/v1.0.0-netscaler-plugin/netscaler-plugin_v1.0.0-netscaler-plugin_Darwin_x86_64.tar.gz" | ||
sha256: 0d374bd0073c067055369b842ab56a2b96af16cc71513e92a846b71eec1ec93e | ||
bin: ./kubectl-netscaler_k8s | ||
- selector: | ||
matchLabels: | ||
os: linux | ||
arch: amd64 | ||
uri: "https://github.com/netscaler/modern-apps-toolkit/releases/download/v1.0.0-netscaler-plugin/netscaler-plugin_v1.0.0-netscaler-plugin_Linux_x86_64.tar.gz" | ||
sha256: f0b232b63c460101ec0a53287e795dafb074edc778406aadb786bf6b6921765e | ||
bin: ./kubectl-netscaler_k8s | ||
- selector: | ||
matchLabels: | ||
os: windows | ||
arch: amd64 | ||
uri: "https://github.com/netscaler/modern-apps-toolkit/releases/download/v1.0.0-netscaler-plugin/netscaler-plugin_v1.0.0-netscaler-plugin_Windows_x86_64.zip" | ||
sha256: 51f061289b4bd751370267d870e7f4e5c9dac3a6d51000318f7daef5767fffab | ||
bin: ./kubectl-netscaler_k8s.exe |