microBean Kubernetes Client CDI

Build Status Maven Central

Overview

The microbean-kubernetes-client-cdi project makes an ApplicationScoped, Default-qualified DefaultKubernetesClient available in your CDI 2.0 application.

Usage

Place the jar file this project produces on your CDI 2.0 application’s classpath. Then @Inject a DefaultKubernetesClient (or any of its supertypes) where you need to use it.