Documentation ¶
Index ¶
Constants ¶
View Source
const SchemaVersion = "v1.0.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestConverter ¶
type ManifestConverter struct { *context.Context Manifest *manifest.Manifest ImageDigests map[string]string Mixins []mixin.Metadata }
ManifestConverter converts from a porter manifest to a CNAB bundle definition.
func NewManifestConverter ¶
func (*ManifestConverter) GenerateStamp ¶
func (c *ManifestConverter) GenerateStamp() Stamp
func (*ManifestConverter) ToBundle ¶
func (c *ManifestConverter) ToBundle() *bundle.Bundle
Click to show internal directories.
Click to hide internal directories.