java
java copied to clipboard
Official Java client library for kubernetes
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to 1.33. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.33..snakeyaml-1.32) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
Like getting pod list, creating pod, is there method to return json response with http status included? Can't find any. Currently it's converted to V1PodList or V1Pod, from ApiResponse. Sometimes...
Hi Please find a proof-of-concept introduction of AOT support in Spring Boot 3, per #2398 . I've tested the proposed changes and they work with both Spring Boot 3 and...
hi tl;dr: my name is josh long. i work on the spring team at tanzu, a division of vmware. i would like to talk to you about contributing spring boot...
```sh Error: Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.507 s
This library makes use of `ex.printStackTrace()` at some point in its code where propagation of an exception is not possible, there is not surface where to place the exception or...
Version: 16.0.0 I am creating a CronJob as below: ``` ApiClient client = Config.defaultClient(); Configuration.setDefaultApiClient(client); InputStream cronJobYAML = Kub.class.getResourceAsStream("/cronJob.yaml"); String yaml = new BufferedReader(new InputStreamReader(cronJobYAML, StandardCharsets.UTF_8)).lines() .collect(Collectors.joining("\n")); //TODO: Add ModelMapper.addModelMap()...
This PR adds this ability to specify which context to try to create configuration from.
**Describe the bug** After upgrade client from 10.0.1 to 16.0.0, get this error: ``` 2022-08-24 07:43:27.500 ERROR 12 --- [eduled-worker-1] i.k.c.e.leaderelection.LeaderElector : Unexpected error on acquiring or renewing the lease...
**Describe the bug** This issue occurs with any kubeconfig file which uses an `exec` command to get user credentials. When instantiating the `ApiClient` class through `ClientBuilder.kubeconfig` and a kubeconfig file...