Package io.quarkus.kubernetes.client
Annotation Interface KubernetesClientObjectMapper
@Qualifier
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER,TYPE})
@Documented
public @interface KubernetesClientObjectMapper
Qualifier to inject the Fabric8 Kubernetes Client specific ObjectMapper.
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.
-
Nested Class Summary
Nested Classes