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 19, 2022
1 parent 5107bda commit e093b1c
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 e093b1c

Please sign in to comment.