Module state

Module state 

Source
Expand description

State management module for Halldyll deployment system.

This module provides persistent state storage for tracking deployed resources, including pod mappings, volume identifiers, and deployment history.

Structs§

DeploymentHistoryEntry
A single entry in the deployment history.
DeploymentState
The complete deployment state.
LocalStateStore
Local file-based state store.
LockInfo
Information about a state lock.
PodState
State of a single pod.
S3StateStore
S3-based state store.
StateLock
State lock for coordinating access.
VolumeState
State of a persistent volume.

Enums§

DeploymentOperation
Types of deployment operations.
DeploymentStatus
Deployment status.

Traits§

StateStore
Trait for state storage backends.