Skip to content

Commit 0fd7541

Browse files
Merge pull request #210 from SrinivasChilveri/simple_svc
Added svc plugin name in ControlledResources of job status
2 parents fd79373 + b4bd82d commit 0fd7541

File tree

1 file changed

+2
-0
lines changed
  • pkg/controllers/job/plugins/svc

1 file changed

+2
-0
lines changed

pkg/controllers/job/plugins/svc/svc.go

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ func (sp *servicePlugin) OnJobAdd(job *vkv1.Job) error {
7979
return err
8080
}
8181

82+
job.Status.ControlledResources["plugin-"+sp.Name()] = sp.Name()
83+
8284
return nil
8385
}
8486

0 commit comments

Comments
 (0)