Guy Rotem
Results
1
issues of
Guy Rotem
calling skuber.api.Configuration.parseKubeconfigFile() throws an exception when kube config file has a GCP user without "cmd-args" and "cmd-path" (which are optional fields). Error thrown: `Caused by: java.util.NoSuchElementException: None.get`. https://github.com/doriordan/skuber/blob/c86bdfcdb4e68e72c880e95d5fff97e4409d469d/client/src/main/scala/skuber/api/Configuration.scala#L179-L180 I couldn't...