From 4d8a9fa05eeb7b186f90950674d87ebad890bd6c Mon Sep 17 00:00:00 2001 From: udhos Date: Sun, 7 Jan 2024 19:15:03 -0300 Subject: [PATCH] Fix usage example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee05ef..1b52286 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ go func() { // 3. spawn peering autodiscovery options := kubegroup.Options{ Pool: pool, - GroupCachePort: app.groupCachePort, + GroupCachePort: groupCachePort, //PodLabelKey: "app", // default is "app" //PodLabelValue: "my-app-name", // default is current PODs label value for label key }