From cbdb4ebf78f59e3427f554ce92cfcb37c4f6243d Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 10 Dec 2018 15:50:31 -0500 Subject: [PATCH] Delete README.md --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 2758f30e..00000000 --- a/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Spring Cloud Kubernetes - -[Spring Cloud](http://projects.spring.io/spring-cloud/) integration with [Kubernetes](http://kubernetes.io/) - -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.springframework.cloud/spring-cloud-starter-kubernetes/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.springframework.cloud/spring-cloud-starter-kubernetes/) -![Apache 2](http://img.shields.io/badge/license-Apache%202-red.svg) -[![Javadocs](http://www.javadoc.io/badge/org.springframework.cloud/spring-cloud-starter-kubernetes.svg?color=blue)](http://www.javadoc.io/doc/org.springframework.cloud/spring-cloud-starter-kubernetes) - - ---- - -#### Version and compatibility - -The current version of Spring Cloud Kubernetes is using version 2.2.x of the [Fabric8 Kubernetes Client](https://github.com/fabric8io/kubernetes-client) and is expected to work with version 1.x of [Kubernetes](https://github.com/kubernetes/kubernetes) and 1.x of [Openshift](https://github.com/openshift/origin). -Note, that [Kubernetes](https://github.com/kubernetes/kubernetes) and [Openshift](https://github.com/openshift/origin) 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. - -```xml - - org.springframework.cloud - spring-cloud-starter-kubernetes - x.y.z - -```