Spencer Gibb e36b703a8e Uses KubernetesDiscoveryClient as return type so ConditionalOnMissingBean will function correctly.
Also removes extension from KubernetesDiscoveryProperties

See gh-282
2018-12-07 12:10:31 -05:00
2017-07-27 12:55:40 -06:00
2018-12-05 11:31:38 -05:00
2016-12-16 15:30:46 -07:00
2018-07-06 12:48:31 +03:00
2016-12-15 18:12:03 +02:00
2016-12-13 16:36:26 -05:00
2017-07-27 12:55:40 -06:00
2016-12-16 14:37:01 -07:00
2016-12-20 11:20:05 -07:00
2018-11-07 11:43:20 -05:00

Spring Cloud Kubernetes

Spring Cloud integration with Kubernetes

Maven Central Apache 2 Javadocs


Version and compatibility

The current version of Spring Cloud Kubernetes is using version 2.2.x of the Fabric8 Kubernetes Client and is expected to work with version 1.x of Kubernetes and 1.x of Openshift. Note, that Kubernetes and Openshift are for the most part backwards compatible so, its expected that this framework is compatible with both the latest and earlier versions.

Building

You can just use maven to build it from sources:

mvn clean install

Usage

The project provides a "starter" module, so you just need to add the following dependency in your project.

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-kubernetes</artifactId>
    <version>x.y.z</version>
</dependency>
Description
No description provided
Readme Apache-2.0 60 MiB
Languages
Java 94.2%
Groovy 5.8%