browsertrix/backend/btrixcloud/operator
Ilya Kreymer 2ac6584942
Refactor operator class into module (#1564)
The operator class has gotten fairly large, this is a first pass in
refactoring operator.py into a submodule instead, with multiple operator
instances which handle different types of objects.

- The main k8s interface has been split into K8sOpApi which extends K8sApi
and is shared across all operators.
- Each operator extends BaseOperator which also has an instance of K8sOpApi
- The CrawlOperator is still the bulk of the functionality, but will likely be further refactored
to support QA jobs

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2024-02-29 14:40:12 -08:00
..
__init__.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
baseoperator.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
bgjobs.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
crawls.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
cronjobs.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
models.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
profiles.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00