Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Mar 30, 2023
1 parent 2699d39 commit 3964bfb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

0 comments on commit 3964bfb

Please sign in to comment.