Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 262 Bytes

kubernetes-client

Extension of the official Kubernetes Java client library

Installation

Add dependency:

		<dependency>
			<groupId>de.predic8</groupId>
			<artifactId>kubernetes-client</artifactId>
			<version>0.0.25</version>
		</dependency>