Skip to content

Commit

Permalink
[YUNIKORN-2090] Fix typo in yunikorn-scheduler-interface (#109)
Browse files Browse the repository at this point in the history
Closes: #109

Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
brandboat authored and FrankYang0529 committed Oct 31, 2023
1 parent 6f80d17 commit e123204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/go/si/si.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ message AllocationAsk {
// Allocation key is used by both of scheduler and RM to track allocations.
// It doesn't have to be same as RM's internal allocation id (such as Pod name of K8s or ContainerID of YARN).
// Allocations from the same AllocationAsk which are returned to the RM at the same time will have the same allocationKey.
// The request is considered an update of the existing AllocationAsk if an ALlocationAsk with the same allocationKey
// The request is considered an update of the existing AllocationAsk if an AllocationAsk with the same allocationKey
// already exists.
string allocationKey = 1;
// The application ID this allocation ask belongs to
Expand Down
2 changes: 1 addition & 1 deletion si.proto
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ message AllocationAsk {
// Allocation key is used by both of scheduler and RM to track allocations.
// It doesn't have to be same as RM's internal allocation id (such as Pod name of K8s or ContainerID of YARN).
// Allocations from the same AllocationAsk which are returned to the RM at the same time will have the same allocationKey.
// The request is considered an update of the existing AllocationAsk if an ALlocationAsk with the same allocationKey
// The request is considered an update of the existing AllocationAsk if an AllocationAsk with the same allocationKey
// already exists.
string allocationKey = 1;
// The application ID this allocation ask belongs to
Expand Down

0 comments on commit e123204

Please sign in to comment.