Skip to content

Commit

Permalink
changes for volumebroker and bucketbroker
Browse files Browse the repository at this point in the history
  • Loading branch information
so-sahu committed Nov 22, 2024
1 parent 1a90905 commit 66ec926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions broker/bucketbroker/server/bucketclass_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (s *Server) getTargetIronCoreBucketPools(ctx context.Context) ([]storagev1a
}
return nil, nil
}
return []storagev1alpha1.BucketPool{*ironcoreBucketPool}, nil
}

bucketPoolList := &storagev1alpha1.BucketPoolList{}
Expand Down
1 change: 1 addition & 0 deletions broker/volumebroker/server/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func (s *Server) getTargetIronCoreVolumePools(ctx context.Context) ([]storagev1a
}
return nil, nil
}
return []storagev1alpha1.VolumePool{*ironcoreVolumePool}, nil
}

volumePoolList := &storagev1alpha1.VolumePoolList{}
Expand Down

0 comments on commit 66ec926

Please sign in to comment.