Skip to content

Commit ef5a4f3

Browse files
committed
docs
1 parent ef57438 commit ef5a4f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,11 @@ See in the [samples](https://github.com/java-operator-sdk/admission-controller-f
170170

171171
Related release not in fabric8 client:
172172
```text
173-
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.
173+
Fix #4579: the implicit registration of resource and list types that happens when using the resource(class) methods
174+
has been removed. This makes the behavior of the client more predictable as that was an undocumented side-effect.
175+
If you expect to see instances of a custom type from an untyped api call - typically KubernetesClient.load,
176+
KubernetesClient.resourceList, KubernetesClient.resource(InputStream|String), then you must either create a
177+
META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource file (see above #3923), or make calls to
178+
KubernetesDeserializer.registerCustomKind - however since KubernetesDeserializer is an internal class that mechanism
179+
is not preferred.
174180
```

0 commit comments

Comments
 (0)