You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubernetes java pom.xml guava version is 22.0, but I ran into issues when running Yaml.loadAll under java 9 because the Yaml.classes member variable is not initialized (Yaml.initModelMap line 104).
I was able to use the new api by adding the latest guava to my project pom (overriding the version specified by io.kubernetes.client-java: