From 3964bfbf25da0f93c5dda7bd54085c553cb0dc79 Mon Sep 17 00:00:00 2001 From: csviri Date: Thu, 30 Mar 2023 08:39:05 +0200 Subject: [PATCH] docs --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 9d32c207..d9be7a04 100644 --- a/docs/README.md +++ b/docs/README.md @@ -170,5 +170,11 @@ See in the [samples](https://github.com/java-operator-sdk/admission-controller-f Related release not in fabric8 client: ```text -Fix #4579: the implicit registration of resource and list types that happens when using the resource(class) methods has been removed. This makes the behavior of the client more predictable as that was an undocumented side-effect. If you expect to see instances of a custom type from an untyped api call - typically KubernetesClient.load, KubernetesClient.resourceList, KubernetesClient.resource(InputStream|String), then you must either create a META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource file (see above #3923), or make calls to KubernetesDeserializer.registerCustomKind - however since KubernetesDeserializer is an internal class that mechanism is not preferred. +Fix #4579: the implicit registration of resource and list types that happens when using the resource(class) methods +has been removed. This makes the behavior of the client more predictable as that was an undocumented side-effect. +If you expect to see instances of a custom type from an untyped api call - typically KubernetesClient.load, +KubernetesClient.resourceList, KubernetesClient.resource(InputStream|String), then you must either create a +META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource file (see above #3923), or make calls to +KubernetesDeserializer.registerCustomKind - however since KubernetesDeserializer is an internal class that mechanism +is not preferred. ``` \ No newline at end of file