mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 17:16:51 +00:00
4c056a17b9
Strip docker container obtained from task in k8s apply
13 lines
130 B
Python
13 lines
130 B
Python
|
|
class GetPodsError(Exception):
|
|
pass
|
|
|
|
|
|
class GetJobsError(Exception):
|
|
pass
|
|
|
|
|
|
class GetPodCountError(Exception):
|
|
pass
|
|
|