struct V1::Manifest
- V1::Manifest
- Struct
- Value
- Object
Overview
Manifest represents the OCI image manifest in a structured way.
Defined in:
v1/manifest.crConstructors
Instance Method Summary
- #annotations : ::Hash(String, String)?
- #annotations=(_annotations : ::Hash(String, String)?)
- #config : Descriptor
- #config=(_config : Descriptor)
- #layers : Array(Descriptor)
- #layers=(_layers : Array(Descriptor))
- #media_type : Types::MediaType
- #media_type=(_media_type : Types::MediaType)
- #schema_version : Int64?
- #schema_version=(_schema_version : Int64?)
- #to_json(json : JSON::Builder)