Class KubernetesClient

java.lang.Object
io.micronaut.starter.feature.k8s.KubernetesClient
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature

@Requires(property="micronaut.starter.feature.kubernetes.client.enabled", value="true", defaultValue="true") @Singleton public class KubernetesClient extends Object implements Feature
Adds micronaut-kubernetes-client that integrates official K8S SDK.
Since:
3.1
Author:
Pavol Gressa