Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
fix: Fix semantic merge conflicts (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-simons authored Apr 12, 2023
1 parent 6d3a279 commit c89cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/extender/resourcereservations.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type ResourceReservationManager interface {
CreateReservations(
ctx context.Context,
driver *v1.Pod,
applicationResources *sparkApplicationResources,
applicationResources *types.SparkApplicationResources,
driverNode string,
executorNodes []string) (*v1beta2.ResourceReservation, error)
}
Expand Down

0 comments on commit c89cd60

Please sign in to comment.