use interface instead of implementation
This commit is contained in:
parent
116fbe8c33
commit
9f5ed978b9
2 changed files with 4 additions and 4 deletions
|
|
@ -111,7 +111,7 @@ type GenericController struct {
|
|||
|
||||
// Configuration contains all the settings required by an Ingress controller
|
||||
type Configuration struct {
|
||||
Client *clientset.Clientset
|
||||
Client clientset.Interface
|
||||
|
||||
ResyncPeriod time.Duration
|
||||
DefaultService string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue