Bumping versions
This commit is contained in:
18
README.adoc
18
README.adoc
@@ -43,11 +43,17 @@ Starters that begin with
|
||||
| Starter | Features
|
||||
|
||||
| [source,xml]
|
||||
.Fabric8 Dependency
|
||||
----
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-fabric8</artifactId>
|
||||
</dependency>
|
||||
----
|
||||
|
||||
[source,xml]
|
||||
.Kubernetes Client Dependency
|
||||
----
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-client</artifactId>
|
||||
@@ -57,11 +63,17 @@ Starters that begin with
|
||||
resolves service names to Kubernetes Services.
|
||||
|
||||
| [source,xml]
|
||||
.Fabric8 Dependency
|
||||
----
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-fabric8-config</artifactId>
|
||||
</dependency>
|
||||
----
|
||||
|
||||
[source,xml]
|
||||
.Kubernetes Client Dependency
|
||||
----
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-client-config</artifactId>
|
||||
@@ -73,11 +85,17 @@ resolves service names to Kubernetes Services.
|
||||
Secret changes.
|
||||
|
||||
| [source,xml]
|
||||
.Fabric8 Dependency
|
||||
----
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-fabric8-all</artifactId>
|
||||
</dependency>
|
||||
----
|
||||
|
||||
[source,xml]
|
||||
.Kubernetes Client Dependency
|
||||
----
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-client-all</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user