diff --git a/plugins/mssql.yaml b/plugins/dbops.yaml similarity index 56% rename from plugins/mssql.yaml rename to plugins/dbops.yaml index 7f682e446a5..043c8bb4338 100644 --- a/plugins/mssql.yaml +++ b/plugins/dbops.yaml @@ -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: . \ No newline at end of file +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: "." \ No newline at end of file