Skip to content

Commit

Permalink
fix merge conflict errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 committed Oct 14, 2024
1 parent 28a96ed commit b750f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 0 additions & 2 deletions internal/dinosaur/pkg/services/cluster_placement_strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (
type ClusterPlacementStrategy interface {
// FindCluster finds and returns a Cluster depends on the specific impl.
FindCluster(central *dbapi.CentralRequest) (*api.Cluster, error)
// AllMatchingClustersForCentral returns all cluster that fit the criteria to run a central
AllMatchingClustersForCentral(central *dbapi.CentralRequest) ([]*api.Cluster, error)
}

// NewClusterPlacementStrategy return a concrete strategy impl. depends on the
Expand Down
46 changes: 1 addition & 45 deletions internal/dinosaur/pkg/services/cluster_placement_strategy_moq.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b750f06

Please sign in to comment.