Package io.quarkus.kubernetes.client
Annotation Type KubernetesClientObjectMapper
-
@Qualifier @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) @Documented public @interface KubernetesClientObjectMapper
Qualifierto inject the Fabric8 Kubernetes Client specificObjectMapper.Allows users to modify the behavior of the mapper for very specific use cases (such as adding Kotlin-specific modules). Otherwise, it's not recommended to modify the mapper since it might break the Kubernetes Client.