[ 
https://issues.apache.org/jira/browse/YUNIKORN-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18078643#comment-18078643
 ] 

Peter Bacsko edited comment on YUNIKORN-3262 at 5/6/26 10:15 AM:
-----------------------------------------------------------------

I found the following stuff:

Context:
{noformat}
Context.SetPodActivator()
Context.IsPluginMode()
Context.AddPendingPodAllocation()
Context.RemovePodAllocation()
Context.GetPendingPodAllocation()
Context.GetInProgressPodAllocation()
Context.StartPodAllocation()
Context.IsTaskMaybeSchedulable(){noformat}
 
SchedulerCache:
{noformat}
SchedulerCache.StartPodAllocation()
SchedulerCache.GetInProgressPodAllocation()
SchedulerCache.GetPendingPodAllocation() 
SchedulerCache.RemovePodAllocation() 
SchedulerCache.IsTaskMaybeSchedulable()
fields: taskBloomFilterRef, pendingAllocations, inProgressAllocations{noformat}
Most likely not needed (bloom filter related): {{removeSchedulingTask()}},{{ 
addSchedulingTask()}},{{isTaskMaybePresent()}}

 

Task/other:
{noformat}
Plugin branch in Test.postTaskBound()
Plugin branch in Test.postTaskAllocated()
utils: SetPluginMode() / IsPluginMode(){noformat}


was (Author: pbacsko):
I found the following stuff:

Context:
{noformat}
Context.SetPodActivator()
Context.IsPluginMode()
Context.AddPendingPodAllocation()
Context.RemovePodAllocation()
Context.GetPendingPodAllocation()
Context.GetInProgressPodAllocation()
Context.StartPodAllocation()
Context.IsTaskMaybeSchedulable(){noformat}
 
SchedulerCache:
{noformat}
SchedulerCache.StartPodAllocation()
SchedulerCache.GetInProgressPodAllocation()
SchedulerCache.GetPendingPodAllocation() 
SchedulerCache.RemovePodAllocation() 
SchedulerCache.IsTaskMaybeSchedulable()
fields: taskBloomFilterRef, pendingAllocations, inProgressAllocations{noformat}
Most likely not needed (bloom filter related): 
{{{}removeSchedulingTask(){}}},{{{} addSchedulingTask(){}}},{{ 
isTaskMaybePresent()}}

 

Task/other:
{noformat}
Plugin branch in Test.postTaskBound()
Plugin branch in Test.postTaskAllocated()
utils: SetPluginMode() / IsPluginMode(){noformat}

> Remove code: packages in shim repo
> ----------------------------------
>
>                 Key: YUNIKORN-3262
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-3262
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>          Components: shim - kubernetes
>            Reporter: Manikandan R
>            Priority: Major
>
> h4. Plugin Code
>  
> Remove the plugin related code from different packages etc in shim repo
> [https://github.com/apache/yunikorn-k8shim/tree/master/pkg]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to