struct V1::Descriptor
- V1::Descriptor
- Struct
- Value
- Object
Overview
Descriptor holds a reference from the manifest to one of its constituent elements.
Defined in:
v1/manifest.crConstructors
Instance Method Summary
- #annotations : ::Hash(String, String)?
- #annotations=(_annotations : ::Hash(String, String)?)
- #digest : V1::Hash
- #digest=(_digest : V1::Hash)
- #media_type : Types::MediaType
- #media_type=(_media_type : Types::MediaType)
- #platform : Platform
- #platform=(_platform : Platform)
- #size : Int64
- #size=(_size : Int64)
- #to_json(json : JSON::Builder)
- #urls : Array(String)?
- #urls=(_urls : Array(String)?)