Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and David Ko committed Sep 12, 2023
1 parent db20015 commit d3d4ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type DataStore struct {
storageclassLister storagelisters_v1.StorageClassLister
StorageClassInformer cache.SharedInformer
pdbLister policylisters.PodDisruptionBudgetLister
PodDistrptionBudgetInformer cache.SharedInformer
PodDisruptionBudgetInformer cache.SharedInformer
svLister corelisters.ServiceLister
ServiceInformer cache.SharedInformer

Expand Down Expand Up @@ -282,7 +282,7 @@ func NewDataStore(
storageclassLister: storageclassInformer.Lister(),
StorageClassInformer: storageclassInformer.Informer(),
pdbLister: pdbInformer.Lister(),
PodDistrptionBudgetInformer: pdbInformer.Informer(),
PodDisruptionBudgetInformer: pdbInformer.Informer(),
svLister: serviceInformer.Lister(),
ServiceInformer: serviceInformer.Informer(),

Expand Down

0 comments on commit d3d4ae7

Please sign in to comment.