[magnus.catalog.BaseCatalog]
k8s-pvc=magnus_extensions.catalog.k8s_pvc.implementation:K8sPVCatalog
s3=magnus_extensions.catalog.s3.implementation:S3Catalog

[magnus.datastore.BaseRunLogStore]
chunked-k8s-pvc=magnus_extensions.datastore.chunked_k8s_pvc.implementation:ChunkedK8PersistentVolumeRunLogstore
chunked-s3=magnus_extensions.datastore.chunked_s3.implementation:ChunkedS3Store
k8s-pvc=magnus_extensions.datastore.k8s_pvc.implementation:K8PersistentVolumeRunLogstore
s3=magnus_extensions.datastore.s3.implementation:S3Store

[magnus.executor.BaseExecutor]
argo=magnus_extensions.executor.argo.implementation:ArgoExecutor
kfp=magnus_extensions.executor.kubeflow.implementation:KubeFlowExecutor

[magnus.integration.BaseIntegration]
argo-catalog-file_system=magnus_extensions.executor.argo.integration:FileSystemCatalog
argo-catalog-k8s_pvc=magnus_extensions.catalog.k8s_pvc.integration:ArgoCompute
argo-run-log-store-chunkled-k8s_pvc=magnus_extensions.datastore.chunked_k8s_pvc.integration:ArgoCompute
argo-run-log-store-k8s_pvc=magnus_extensions.datastore.k8s_pvc.integration:ArgoCompute
argo-run_log_store-buffered=magnus_extensions.executor.argo.integration:BufferedRunLogStore
argo-run_log_store-file_system=magnus_extensions.executor.argo.integration:FileSystemRunLogStore
kfp-catalog-file_system=magnus_extensions.executor.kubeflow.integration:FileSystemCatalog
kfp-catalog-k8s_pvc=magnus_extensions.catalog.k8s_pvc.integration:KfpCompute
kfp-run-log-store-chunked-k8s_pvc=magnus_extensions.datastore.chunked_k8s_pvc.integration:KfpCompute
kfp-run-log-store-k8s_pvc=magnus_extensions.datastore.k8s_pvc.integration:KfpCompute
kfp-run_log_store-buffered=magnus_extensions.executor.kubeflow.integration:BufferedRunLogStore
kfp-run_log_store-file_system=magnus_extensions.executor.kubeflow.integration:FileSystemRunLogStore
local-catalog-k8spvc=magnus_extensions.catalog.k8s_pvc.integration:LocalCompute
local-container-catalog-k8spvc=magnus_extensions.catalog.k8s_pvc.integration:LocalContainerCompute
local-container-catalog-s3=magnus_extensions.catalog.s3.integration:LocalContainerCompute
local-container-run_log_store-chunked-k8spvc=magnus_extensions.datastore.chunked_k8s_pvc.integration:LocalContainerCompute
local-container-run_log_store-chunked-s3=magnus_extensions.datastore.chunked_s3.integration:LocalContainerCompute
local-container-run_log_store-k8spvc=magnus_extensions.datastore.k8s_pvc.integration:LocalContainerCompute
local-container-run_log_store-s3=magnus_extensions.datastore.s3.integration:LocalContainerCompute
local-container-secrets-aws-secrets-manager=magnus_extensions.secrets.aws.integration:LocalContainerCompute
local-run_log_store-chunked-k8spvc=magnus_extensions.datastore.chunked_k8s_pvc.integration:LocalCompute
local-run_log_store-k8spvc=magnus_extensions.datastore.k8s_pvc.integration:LocalCompute
local-run_log_store-s3=magnus_extensions.datastore.s3.integration:LocalCompute

[magnus.secrets.BaseSecrets]
aws-secrets-manager=magnus_extensions.secrets.aws.implementation:AWSSecretsManager

