Documentation ¶
Index ¶
Constants ¶
View Source
const CHART_MEDIA_TYPE = "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
View Source
const MANIFEST_MEDIA_TYPE = "application/vnd.oci.image.manifest.v1+json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct { // The chart versions are sorted in reverse chronological order, the latest one comes first Entries map[string][]chartVersion }
Click to show internal directories.
Click to hide internal directories.