Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaofan-hs committed Mar 21, 2024
1 parent d246db4 commit 7968706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions multicluster/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ type ClusterProvider interface {
}

type ManagerConfig struct {
FedConfig *rest.Config
ClusterScheme *runtime.Scheme
ClusterProvider
FedConfig *rest.Config
ClusterScheme *runtime.Scheme
ClusterProvider ClusterProvider

ResyncPeriod time.Duration
ClusterFilter func(string) bool // select cluster
Expand Down

0 comments on commit 7968706

Please sign in to comment.