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