Expand description
Unified deployer surface over isolated adapter families.
This module exists to make the intended public shape explicit:
surface::single_vmfor the stable OSS single-VM adaptersurface::multi_targetfor the provider-oriented adapter familysurface::awsfor the AWS adapter surfacesurface::azurefor the Azure adapter surfacesurface::gcpfor the GCP adapter surfacesurface::helmfor the Helm adapter surfacesurface::juju_k8sfor the Juju k8s adapter surfacesurface::juju_machinefor the Juju machine adapter surfacesurface::k8s_rawfor the raw-manifests k8s adapter surfacesurface::operatorfor the k8s operator adapter surfacesurface::serverlessfor the serverless adapter surfacesurface::snapfor the Snap adapter surfacesurface::terraformfor the first explicit multi-target adapter surface
Existing top-level exports remain for compatibility while the repo evolves toward this clearer separation.
Modulesยง
- aws
- Explicit AWS adapter surface layered over the multi-target family.
- azure
- Explicit Azure adapter surface layered over the multi-target family.
- gcp
- Explicit GCP adapter surface layered over the multi-target family.
- helm
- Explicit Helm adapter surface layered over the multi-target family.
- juju_
k8s - Explicit Juju k8s adapter surface layered over the multi-target family.
- juju_
machine - Explicit Juju machine adapter surface layered over the multi-target family.
- k8s_raw
- Explicit k8s raw-manifests adapter surface layered over the multi-target family.
- multi_
target - Provider-oriented multi-target adapter surface.
- operator
- Explicit k8s operator adapter surface layered over the multi-target family.
- serverless
- Explicit serverless adapter surface layered over the multi-target family.
- single_
vm - Stable OSS single-VM adapter surface.
- snap
- Explicit Snap adapter surface layered over the multi-target family.
- terraform
- Explicit terraform adapter surface layered over the multi-target family.