Skip to content

Commit

Permalink
Add datadog plugin to index (#727)
Browse files Browse the repository at this point in the history
Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
  • Loading branch information
L3n41c committed Jul 28, 2020
1 parent b92a8dd commit f821d33
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Name | Description | Stars
[cssh](https://github.com/containership/kubectl-cssh) | SSH into Kubernetes nodes | ![GitHub stars](https://img.shields.io/github/stars/containership/kubectl-cssh.svg?label=stars&logo=github)
[ctx](https://github.com/ahmetb/kubectx) | Switch between contexts in your kubeconfig | ![GitHub stars](https://img.shields.io/github/stars/ahmetb/kubectx.svg?label=stars&logo=github)
[custom-cols](https://github.com/webofmars/kubectl-custom-cols) | A "kubectl get" replacement with customizable column presets | ![GitHub stars](https://img.shields.io/github/stars/webofmars/kubectl-custom-cols.svg?label=stars&logo=github)
[datadog](https://github.com/DataDog/datadog-operator) | Easily interact with Datadog agents. | ![GitHub stars](https://img.shields.io/github/stars/DataDog/datadog-operator.svg?label=stars&logo=github)
[debug-shell](https://github.com/danisla/kubefunc) | Create pod with interactive kube-shell. | ![GitHub stars](https://img.shields.io/github/stars/danisla/kubefunc.svg?label=stars&logo=github)
[debug](https://github.com/verb/kubectl-debug) | Attach ephemeral debug container to running pod | ![GitHub stars](https://img.shields.io/github/stars/verb/kubectl-debug.svg?label=stars&logo=github)
[deprecations](https://github.com/rikatz/kubepug) | Checks for deprecated objects in a cluster | ![GitHub stars](https://img.shields.io/github/stars/rikatz/kubepug.svg?label=stars&logo=github)
Expand Down
48 changes: 48 additions & 0 deletions plugins/datadog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: datadog
spec:
version: "v0.2.1"
shortDescription: Manage the Datadog Operator
description: |
The datadog kubectl plugin provides useful utilities to operate datadog-agent components
via the Datadog Operator and the DatadogAgent CRD.
homepage: https://github.com/DataDog/datadog-operator
platforms:
- uri: https://github.com/DataDog/datadog-operator/releases/download/v0.2.1/kubectl-datadog_0.2.1_darwin_amd64.zip
sha256: "808fc59f5709cacb65acc73fcc6454f0389732301f7c2cbbf21446fb6b82ddf4"
bin: kubectl-datadog
files:
- from: kubectl-datadog
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/DataDog/datadog-operator/releases/download/v0.2.1/kubectl-datadog_0.2.1_linux_amd64.zip
sha256: "aa16271560297f2c00d8f69d1741bc2ec1c09f28d6fd737e3e695d53b2c0a2a7"
bin: kubectl-datadog
files:
- from: kubectl-datadog
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/DataDog/datadog-operator/releases/download/v0.2.1/kubectl-datadog_0.2.1_windows_amd64.zip
sha256: "ede091b01467ff9a2122c5e77f9c4c616b22623dce56b4686c71eb420568c163"
bin: kubectl-datadog.exe
files:
- from: kubectl-datadog.exe
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: windows
arch: amd64

0 comments on commit f821d33

Please sign in to comment.