Sha256: 926af909381cc37db2de9686818962282e6a775d29b1522103391e6b7446b7f0
Contents?: true
Size: 701 Bytes
Versions: 44
Compression:
Stored size: 701 Bytes
Contents
This directory contains schema definitions for the various cloud resource types supported by Mu. There should be one file per resource type here, each defining one class under `MU::Config` and implementing, at minimum, the class methods `self.schema` and `self.validate`. The schema and validation should by cloud-generic, that is it should only contain properties common across cloud providers. Platform-specific schema and validation behaviors should be written into the actual implementation, e.g. `MU::Cloud::AWS::Log` will contain AWS-specific schema components and validation checks. See also the [Cloud layer developer README](https://github.com/cloudamatic/mu/tree/master/modules/mu/clouds)
Version data entries
44 entries across 44 versions & 1 rubygems