Expand description
Runtime-neutral observations and loss-aware application reconstruction.
Docker and Podman response parsing belongs in separate runtime-specific adapters. Those
adapters construct a RuntimeSnapshot from effective inspection data and pass it to the
pure RuntimeImporter. No daemon, command, file, or process environment is accessed here.
Structs§
- Container
Observation - Effective state and relationships of one runtime container.
- Creation
Evidence - Optional runtime creation-command evidence.
- Image
Observation - Effective image configuration used to classify container overrides.
- Network
Observation - One inspected runtime network.
- PodObservation
- One inspected Podman pod and its ordered container relationships.
- Runtime
Environment Variable - One effective runtime environment value.
- Runtime
Healthcheck - Effective regular health-check configuration observed from a container or image.
- Runtime
Importer - Pure runtime-snapshot importer with an explicit override-reconstruction policy.
- Runtime
Metadata Label - One effective runtime metadata label.
- Runtime
Resolutions - Finite caller-owned lifecycle decisions applied during runtime reconstruction.
- Runtime
Snapshot - A complete caller-selected set of related runtime observations.
- Volume
Observation - One inspected runtime volume.
Enums§
- Effective
Command - Effective command arguments observed from a container or image.
- Override
Reconstruction - Caller-selected treatment of effective values that may originate from image defaults.
- Runtime
Implementation - Container implementation from which a snapshot was obtained.
- Runtime
Resolution Error - Invalid or ambiguous caller-supplied runtime lifecycle resolution.
- Runtime
Resource Kind - Kind of runtime-observed resource whose lifecycle is being resolved.
- Runtime
Snapshot Error - Invalid runtime snapshot structure.