The microbean-kubernetes-client-cdi project makes
an ApplicationScoped
, Default
-qualified
DefaultKubernetesClient
available in
your CDI 2.0 application.
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.