From e577bd5a441a16eeec7ccccedc9237f9441cce2a Mon Sep 17 00:00:00 2001 From: Iulian Mandache <25257851+iul1an@users.noreply.github.com> Date: Tue, 21 Mar 2023 06:45:24 +0200 Subject: [PATCH] feat: add kubectl-convert plugin (#779) --- README.md | 1 + plugins/kubectl-convert | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/kubectl-convert diff --git a/README.md b/README.md index 2b6987c..f958f29 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | kubeconform | [lirlia/asdf-kubeconform](https://github.com/lirlia/asdf-kubeconform) | [![GitHub Actions Status](https://github.com/lirlia/asdf-kubeconform/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/lirlia/asdf-kubeconform/actions/workflows/build.yml) | | Kubectl | [asdf-community/asdf-kubectl](https://github.com/asdf-community/asdf-kubectl) | [![Build Status](https://travis-ci.org/asdf-community/asdf-kubectl.svg?branch=master)](https://travis-ci.org/asdf-community/asdf-kubectl) | | kubectl-bindrole | [looztra/asdf-kubectl-bindrole](https://github.com/looztra/asdf-kubectl-bindrole) | [![Build Status](https://travis-ci.org/looztra/asdf-kubectl-bindrole.svg?branch=master)](https://travis-ci.org/looztra/asdf-kubectl-bindrole) | +| kubectl-convert | [iul1an/asdf-kubectl-convert](https://github.com/iul1an/asdf-kubectl-convert) | [![Build Status](https://github.com/iul1an/asdf-kubectl-convert/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/iul1an/asdf-kubectl-convert/actions) | | kubectl-buildkit | [ezcater/asdf-kubectl-buildkit](https://github.com/ezcater/asdf-kubectl-buildkit) | [![Build](https://github.com/ezcater/asdf-kubectl-buildkit/actions/workflows/build.yml/badge.svg)](https://github.com/ezcater/asdf-kubectl-buildkit/actions/workflows/build.yml) | | kubectl-kots | [ganta/asdf-kubectl-kots](https://github.com/ganta/asdf-kubectl-kots) | [![Build Status](https://github.com/ganta/asdf-kubectl-kots/actions/workflows/build.yml/badge.svg)](https://github.com/ganta/asdf-kubectl-kots/actions/workflows/build.yml) | | kubectx | [wt0f/asdf-kubectx](https://gitlab.com/wt0f/asdf-kubectx) | [![pipeline status](https://gitlab.com/wt0f/asdf-kubectx/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-kubectx/-/commits/master) | diff --git a/plugins/kubectl-convert b/plugins/kubectl-convert new file mode 100644 index 0000000..cb872ee --- /dev/null +++ b/plugins/kubectl-convert @@ -0,0 +1 @@ +repository = https://github.com/iul1an/asdf-kubectl-convert.git