a277bf1d1b47e6f01ac97d9596d6a66777ca8e05
This makes the properties grouped better (rather than in the name) and easier to read. properties.getMetadata().isAddLabels() vs properties.isEnabledAdditionOfLabelsAsMetadata()
Spring Cloud Kubernetes
Spring Cloud integration with Kubernetes
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
Languages
Java
94.2%
Groovy
5.8%