Skip to main content

validate_runtime_driver_contracts

Function validate_runtime_driver_contracts 

Source
pub fn validate_runtime_driver_contracts(
    provider_id: &str,
    expected: &str,
    observed: &[String],
) -> Result<String>
Expand description

Enforce that Atlas exposes exactly the lifecycle Driver selected by the package manifest. This check runs before INIT, so config can never be sent to a missing, mismatched, or ambiguous runtime service.