Skip to main content

save_eks_snapshot

Function save_eks_snapshot 

Source
pub async fn save_eks_snapshot(
    state: &SharedEksState,
    store: Option<Arc<dyn SnapshotStore>>,
    lock: &Mutex<()>,
)
Expand description

Persist the current EKS state as a snapshot. Shared by EksService::save_snapshot and the CFN provisioner’s persist hook.