Adjusting configuration and adding documentation

This commit is contained in:
Nicola Ferraro
2016-10-11 16:02:18 +02:00
committed by Ioannis Canellos
parent 41bb31fd4c
commit 3d766effa6
12 changed files with 246 additions and 53 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-kubernetes-project</artifactId>
<groupId>io.fabric8</groupId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-kubernetes-examples</artifactId>
<packaging>pom</packaging>
<name>Fabric8 :: Spring Cloud Kubernetes :: Examples</name>
<description>Examples showing how to use features of Spring Cloud Kubernetes.</description>
<modules>
<module>kubernetes-reload-example</module>
</modules>
</project>