fixed init errors
This commit is contained in:
parent
c9996712de
commit
7c7b816813
8 changed files with 29 additions and 18 deletions
|
|
@ -19,7 +19,8 @@ type Cluster struct {
|
|||
done chan struct{}
|
||||
callbacks cluster.Callbacks
|
||||
|
||||
id string
|
||||
id string
|
||||
fatal error
|
||||
}
|
||||
|
||||
func NewCluster(log logr.Logger) cluster.Cluster {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue