From 0935050b2b171047bf9dc16be42fb7143ce494ba Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 15 Aug 2019 15:00:09 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 12 ++++++++++++ reference/html/discovery-client.html | 12 ++++++++++++ reference/html/index.html | 12 ++++++++++++ reference/html/spring-cloud-kubernetes.html | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/reference/html/README.html b/reference/html/README.html index 2535f9a8..ff18f228 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -292,6 +292,18 @@ private DiscoveryClient discoveryClient;
+

You can choose to enable DiscoveryClient from all namespaces by setting the following property in application.properties:

+
+
+
+
+
+
spring.cloud.kubernetes.discovery.all-namespaces=true
+
+
+
+
+

If, for any reason, you need to disable the DiscoveryClient, you can set the following property in application.properties:

diff --git a/reference/html/discovery-client.html b/reference/html/discovery-client.html index 6c11dfcf..463aaf17 100644 --- a/reference/html/discovery-client.html +++ b/reference/html/discovery-client.html @@ -158,6 +158,18 @@ private DiscoveryClient discoveryClient;
+

You can choose to enable DiscoveryClient from all namespaces by setting the following property in application.properties:

+
+
+
+
+
+
spring.cloud.kubernetes.discovery.all-namespaces=true
+
+
+
+
+

If, for any reason, you need to disable the DiscoveryClient, you can set the following property in application.properties:

diff --git a/reference/html/index.html b/reference/html/index.html index 2535f9a8..ff18f228 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -292,6 +292,18 @@ private DiscoveryClient discoveryClient;
+

You can choose to enable DiscoveryClient from all namespaces by setting the following property in application.properties:

+
+
+
+
+
+
spring.cloud.kubernetes.discovery.all-namespaces=true
+
+
+
+
+

If, for any reason, you need to disable the DiscoveryClient, you can set the following property in application.properties:

diff --git a/reference/html/spring-cloud-kubernetes.html b/reference/html/spring-cloud-kubernetes.html index 2535f9a8..ff18f228 100644 --- a/reference/html/spring-cloud-kubernetes.html +++ b/reference/html/spring-cloud-kubernetes.html @@ -292,6 +292,18 @@ private DiscoveryClient discoveryClient;
+

You can choose to enable DiscoveryClient from all namespaces by setting the following property in application.properties:

+
+
+
+
+
+
spring.cloud.kubernetes.discovery.all-namespaces=true
+
+
+
+
+

If, for any reason, you need to disable the DiscoveryClient, you can set the following property in application.properties: