This is an automated email from the ASF dual-hosted git repository.

payang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git


The following commit(s) were added to refs/heads/master by this push:
     new e123204  [YUNIKORN-2090] Fix typo in yunikorn-scheduler-interface 
(#109)
e123204 is described below

commit e123204d662f0c695c4fae9c3366de03fe6f7aa4
Author: brandboat <[email protected]>
AuthorDate: Tue Oct 31 11:19:14 2023 +0800

    [YUNIKORN-2090] Fix typo in yunikorn-scheduler-interface (#109)
    
    Closes: #109
    
    Signed-off-by: PoAn Yang <[email protected]>
---
 lib/go/si/si.pb.go          | 2 +-
 scheduler-interface-spec.md | 2 +-
 si.proto                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/go/si/si.pb.go b/lib/go/si/si.pb.go
index c633ce6..2d39171 100644
--- a/lib/go/si/si.pb.go
+++ b/lib/go/si/si.pb.go
@@ -1413,7 +1413,7 @@ type AllocationAsk struct {
        // 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.
        AllocationKey string `protobuf:"bytes,1,opt,name=allocationKey,proto3" 
json:"allocationKey,omitempty"`
        // The application ID this allocation ask belongs to
diff --git a/scheduler-interface-spec.md b/scheduler-interface-spec.md
index b72cdeb..6662b5c 100644
--- a/scheduler-interface-spec.md
+++ b/scheduler-interface-spec.md
@@ -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
diff --git a/si.proto b/si.proto
index 0edb0a0..94b2296 100644
--- a/si.proto
+++ b/si.proto
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to