java
java copied to clipboard
Official Java client library for kubernetes
Bumps `spring.version` from 6.2.12 to 7.0.2. Updates `org.springframework:spring-core` from 6.2.12 to 7.0.2 Release notes Sourced from org.springframework:spring-core's releases. v7.0.2 :star: New Features Avoid unnecessary list creation and processing in AbstractTestContextBootstrapper...
I’m sending a small security improvement for the OIDC authenticator. When the kubeconfig doesn’t include idp-certificate authority-data the code leaves sslContext as null and falls back to the OS trust...
This PR adds API after maven release plugin run according to: > https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuring-the-repository
This PR fixes the permission issue in the repo's release workflow so that we don't need to create release manually. ``` Run ncipollo/release-action@v1 with: token: *** tag: v25.0.0-legacy generateReleaseNotes: false...
**Describe the bug** All Kubernates Java API objects annonated with Gson annotation like @SerializedName and @JsonAdapter At the same time io.kubernetes.client.util.Yaml uses SnakeYaml which in turn uses Jackson and do...
**Describe the bug** We encountered the same problem first reported [here](https://github.com/kubernetes-client/java/issues/3319#issuecomment-2382136433): deserialization exception was thrown when iterating the `Watchable` because the `bookmark` events do not have fully constructed `V1Pod` object...
EKSAuthentication takes in AWSSessionCredentialsProvider instead of StsAssumeRoleCredentialsProvider
**Describe the bug** EKSAuthentication() takes in AWSSessionCredentialsProvider class instead of StsAssumeRoleCredentialsProvider as per the example provided. **Client Version** `24.0.0` **Kubernetes Version** `1.32` **Java Version** Java 21 **To Reproduce** Steps to...
Watch.Response objects were not preserving the raw JSON data for DynamicKubernetesObject instances. The issue affected all event types (ADDED, MODIFIED, DELETED), despite the original report focusing on ADDED. ## Root...