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

Commit

Permalink
Merge pull request #489 from k82cn/kb_446_2
Browse files Browse the repository at this point in the history
Added Statement.
  • Loading branch information
k8s-ci-robot authored Dec 5, 2018
2 parents 6c0ad5a + ad119d0 commit aa9eb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scheduler/framework/statement.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/api"
)
*/

type Statement struct {
operations []operation
Expand All @@ -33,6 +34,7 @@ type operation struct {
args []interface{}
}

/*
func (s *Statement) Evict(reclaimee *api.TaskInfo, reason string) error {
// Update status in session
job, found := s.ssn.JobIndex[reclaimee.Job]
Expand Down

0 comments on commit aa9eb21

Please sign in to comment.