Registry / cloud / client-java

client-java

JSON →
library26.0.0javamavenunverified

Kubernetes Client Library for Java.

<dependency> <groupId>io.kubernetes</groupId> <artifactId>client-java</artifactId> <version>26.0.0</version> </dependency>
INSTALL
IMPORT
SIG · CLIENT-JAVA
C
client-java
cloudjavav26.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ApiClient
✓ io.kubernetes.client.openapi.ApiClient

Configures a default Kubernetes API client from the environment.

import io.kubernetes.client.openapi.ApiClient; import io.kubernetes.client.openapi.Configuration; import io.kubernetes.client.util.Config; public class Quickstart { public static void main(String[] args) throws Exception { ApiClient client = Config.defaultClient(); Configuration.setDefaultApiClient(client); System.out.println("Kubernetes client configured: " + client); } }
Debug
Known issues
breakingBreaking changes between major versions (e.g., 25.x to 26.x) may require code updates.
fix
Review migration guides when upgrading major versions.
affects: >=26.0.0
Upgrade
Version history
26.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
client-java — mvn dependency:get client-java · libregistry