Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#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 629f6ad + 783c5fb commit 3d9b393
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 3d9b393

Please sign in to comment.