Client/java IPv6 support

Does the Java client for the Kubernetes API ([https://github.com/kubernetes-client/java]) support IPv6?

When I tried to use it on an IPv6-only cluster, it seemed that the addresses were not handled properly. If it isn’t yet supported, are there plans to support IPv6?

As far as I know it is supported to the extent of the versions that are supported with the java client.

Right now the 6.0.0-beta1 supports up to Kubernetes version 1.14. That version does support IPv6, but lacks the phase 1 update for dual stack support that landed in 1.15.