Skip to content

Commit

Permalink
add new kubectl plugin for dbops
Browse files Browse the repository at this point in the history
  • Loading branch information
pmazumda committed Oct 8, 2024
1 parent 28dada2 commit 58b8a89
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions plugins/mssql.yaml → plugins/dbops.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kubectl-mssql
spec:
homepage: https://github.com/pmazumda/cloud-native
shortDescription: Custom kubectl plugin to interact with MSSQL DB in Kubernetes.
version: v0.1.0
description: |
Custom kubectl plugin that allows you to interact with an
MSSQL server running inside a Kubernetes cluster, create backups, list backups etc.
options: |
The plugin has a couple of flags available to it which can be used to achieve desired
results.
See https://github.com/pmazumda/cloud-native for available flags and usage for each.
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
uri: https://github.com/pmazumda/cloud-native/plugins/mssql-backups.zip
sha256: 3afd412f36c1b2d655fa2ddf54a58529162d44be645c8819f6305167c4f70d5c
bin: kubectl-mssql
files:
- from: kubectl-*/*
to: .
- from: kubectl-*/LICENSE
to: .
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kubectl-dbops
spec:
homepage: https://github.com/pmazumda/cloud-native/plugins/kubectl-dbops
shortDescription: Custom kubectl plugin to interact with MSSQL DB in Kubernetes.
version: v0.1.0
description: |
Custom kubectl plugin that allows you to interact with an
MSSQL server running inside a Kubernetes cluster, create backups, list backups etc.
options: |
The plugin has a couple of flags available to it which can be used to achieve desired
results.
See https://github.com/pmazumda/cloud-native/plugins/kubectl-dbops for available flags and usage for each.
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
uri: https://github.com/pmazumda/cloud-native/releases/download/v0.2.0/kubectl-dbops.tar.gz
sha256: f5d3f09044f92b9af078a0b8dcb59fd7466d94a7
bin: dbops.sh
files:
- from: "kubectl-*/dbops.sh"
to: "./dbops.sh"
- from: "kubectl-*/LICENSE"
to: "."

0 comments on commit 58b8a89

Please sign in to comment.