Skip to content

Commit

Permalink
Namespace filter for service discovery (issue spring-cloud#1000) -jav…
Browse files Browse the repository at this point in the history
…adoc style fix.
  • Loading branch information
mbialkowski1 committed Oct 17, 2022
1 parent cef13a5 commit 33647ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public class KubernetesDiscoveryProperties {

/**
* If set and allNamespaces is false, then only the services and endpoints matching these namespaces will be
* fetched from the Kubernetes API server
* fetched from the Kubernetes API server.
*/
private List<String> namespaces = new ArrayList<>();

Expand Down

0 comments on commit 33647ae

Please sign in to comment.