Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OCI_ARTEFACT describes a generic OCI artefact following the // [open containers image specification](https://github.com/opencontainers/image-spec/blob/main/spec.md). OCI_ARTEFACT = "ociArtefact" // OCI_IMAGE describes an OCIArtefact containing an image. OCI_IMAGE = "ociImage" // HELM_CHART describes a helm chart, either stored as OCI artefact or as tar // blob (tar media type). HELM_CHART = "helmChart" // BLOB describes any anonymous untyped blob data. BLOB = "blob" // FILESYSTEM describes a directory structure stored as archive (tar, tgz). FILESYSTEM = "filesystem" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.