Skip to content

Commit

Permalink
Clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed May 23, 2024
1 parent bced2ca commit 644415d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ options := kubegroup.Options{
Debug: debug,
MetricsRegisterer: prometheus.DefaultRegisterer,
MetricsGatherer: prometheus.DefaultGatherer,
ForceNamespaceDefault: true,
}

discoveryGroup, errDiscovery := kubegroup.UpdatePeers(options)
Expand Down
2 changes: 1 addition & 1 deletion kubegroup/kubegroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Options struct {
Pool PeerGroup

// PeerSet is an interface to plug in a target for delivering peering
// updates. *groupcache.daemon, created with
// updates. *groupcache.Daemon, created with
// groupcache.ListenAndServe(), implements this interface.
Peers PeerSet

Expand Down

0 comments on commit 644415d

Please sign in to comment.