feat(crd): update crd type
This commit is contained in:
5
internal/managed_job/remove.go
Normal file
5
internal/managed_job/remove.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package managed_job
|
||||
|
||||
func (job *ManagedJob) Stop() {
|
||||
job.client.StopJob(*job.state.JobId)
|
||||
}
|
||||
Reference in New Issue
Block a user