java
java copied to clipboard
Official Java client library for kubernetes
Bumps [com.amazonaws:aws-java-sdk-sts](https://github.com/aws/aws-sdk-java) from 1.12.755 to 1.12.756. Changelog Sourced from com.amazonaws:aws-java-sdk-sts's changelog. 1.12.756 2024-07-03 AWS Direct Connect Features This update includes documentation for support of new native 400 GBps ports for...
Bumps [com.amazonaws:aws-java-sdk-sts](https://github.com/aws/aws-sdk-java) from 1.12.755 to 1.12.756. Changelog Sourced from com.amazonaws:aws-java-sdk-sts's changelog. 1.12.756 2024-07-03 AWS Direct Connect Features This update includes documentation for support of new native 400 GBps ports for...
The groupId `com.github.vladimir-bukhtoyarov` has migrated to `com.bucket4j` see https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core/8.0.1 Note: I have not upgraded the version (there are newer versions). This is to allow this to be a like-for-like replacement....
This fixes/relates to #2438 and #290 This commit introduces the AuthenticationRefresher as an implementation of Authentication. It's purpose is to warp another Authentication instance and refresh it very n seconds...
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.27.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Describe the bug** ``` private void deleteFromIndices(ApiType oldObj, String key) { for (Map.Entry indexEntry : this.indexers.entrySet()) { Function indexFunc = indexEntry.getValue(); List indexValues = indexFunc.apply(oldObj); if (CollectionUtils.isEmpty(indexValues)) { continue; }...
https://github.com/kubernetes-client/java/blob/ff42d73ef230038d406afcb80acaa0821e84f9fe/examples/examples-release-18/src/main/java/io/kubernetes/client/examples/KubeConfigFileClientExample.java#L45 this is outside-cluster rather than inside-cluster
**Describe the bug** Latest client-java release 20.0.1 doesn't contain client-java-contrib module that contains V1 cert-manager models. and recent cert-manager releases (>= v1.6) doesn't support v1alpha2, v1alpha3, and v1beta1. **Client Version**...
**Describe the bug** `io.kubernetes.client.custom.Quantity` has overridden [`equals`](https://github.com/kubernetes-client/java/issues/343), but a default one for `hashCode`. It leads to problem with comparing set of `io.kubernetes.client.custom.Quantity` **Client Version** `20.0.1` **To Reproduce** ```java import io.kubernetes.client.custom.Quantity;...
**Describe the bug** Kubectl doesn't make it possible to delete a Job and have the delete cascade to the underlying pod. By default it appears to orphan the pod as...