@@ -86,7 +86,7 @@ def upload(self, file: IO[bytes], chunk_size: int = 1000000, check_exists: bool
8686
8787
8888class PulpExporterContext (PulpEntityContext ):
89- ENTITY = "PulpExporter "
89+ ENTITY = "pulp exporter "
9090 HREF = "pulp_exporter_href"
9191 LIST_ID = "exporters_core_pulp_list"
9292 READ_ID = "exporters_core_pulp_read"
@@ -96,7 +96,7 @@ class PulpExporterContext(PulpEntityContext):
9696
9797
9898class PulpExportContext (PulpEntityContext ):
99- ENTITY = "PulpExport "
99+ ENTITY = "pulp export "
100100 # This is replaced by a version aware property below
101101 # HREF = "pulp_pulp_export_href"
102102 LIST_ID = "exporters_core_pulp_exports_list"
@@ -267,7 +267,7 @@ def scope(self) -> Dict[str, Any]:
267267
268268
269269class PulpImporterContext (PulpEntityContext ):
270- ENTITY = "PulpImporter "
270+ ENTITY = "pulp importer "
271271 HREF = "pulp_importer_href"
272272 CREATE_ID = "importers_core_pulp_create"
273273 READ_ID = "importers_core_pulp_read"
@@ -276,6 +276,14 @@ class PulpImporterContext(PulpEntityContext):
276276 LIST_ID = "importers_core_pulp_list"
277277
278278
279+ class PulpSigningServiceContext (PulpEntityContext ):
280+ ENTITY = "signing service"
281+ ENTITIES = "signing services"
282+ HREF = "signing_service_href"
283+ LIST_ID = "signing_services_list"
284+ READ_ID = "signing_services_read"
285+
286+
279287class PulpTaskContext (PulpEntityContext ):
280288 ENTITY = "task"
281289 HREF = "task_href"
0 commit comments