feat(crd): update crd type

This commit is contained in:
2024-11-30 20:52:12 +03:30
parent b0ff04126a
commit 412a5292cb
9 changed files with 43 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
package managed_job
func (job *ManagedJob) Stop() {
job.client.StopJob(*job.state.JobId)
}