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

Feature/add new dbops plugin #4127

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
22 changes: 22 additions & 0 deletions plugins/dbops.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: 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.2.1
description: |
Custom kubectl plugin that allows you to interact with
MSSQL server running inside a Kubernetes cluster, create backups, list backups etc The plugin has a couple of flags available to it which can be used to achieve desired results.
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
uri: https://github.com/pmazumda/cloud-native/releases/download/v0.2.1/kubectl-dbops.tar.gz
sha256: 219fdf9dea081649c059603207f3845704d8ed99b5a937f265bd0dd486c16adb
bin: kubectl-dbops.sh
Loading