Skip to main content

Module spec

Module spec 

Source
Expand description

ZLayer V1 Service Specification

This crate provides types for parsing and validating ZLayer deployment specifications.

Re-exports§

pub use error::*;
pub use types::*;
pub use validate::*;

Modules§

error
Error types for the spec crate
types
ZLayer V1 Service Specification Types
validate
Validation functions for ZLayer deployment specifications

Functions§

from_yaml_file
Parse a deployment spec from YAML file
from_yaml_str
Parse a deployment spec from YAML string