Skip to content

Commit

Permalink
Releasing version 2.0.0 of netscaler plugin with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitr-citrix committed Aug 3, 2023
1 parent 4862797 commit d05a9f3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 38 deletions.
38 changes: 0 additions & 38 deletions netscaler-plugin/krew.yaml

This file was deleted.

33 changes: 33 additions & 0 deletions netscaler-plugin/netscaler.yaml
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

0 comments on commit d05a9f3

Please sign in to comment.