Crate spin_environments

Crate spin_environments 

Source

Structs§

ApplicationToValidate
TargetEnvironmentValidation
The result of validating an application against a list of target environments. If is_ok returns true (or equivalently if the errors collection is empty), the application passed validation, and can run in all the environments against which it was checked. Otherwise, at least one component cannot run in at least one target environment, and the errors collection contains the details.

Functions§

validate_application_against_environment_ids
Validates all application components against the list of referenced target enviroments. Each component must conform to all environments to pass.