Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OCIArtefact describes a generic OCI artefact following the // [open containers image specification](https://github.com/opencontainers/image-spec/blob/main/spec.md) OCIArtefact = resourcetypes.OCI_ARTEFACT // OCIImage describes an OCIArtefact containing an image. OCIImage = resourcetypes.OCI_IMAGE // HelmChart describes a helm chart, either stored as OCI artefact or as tar blob (tar media type). HelmChart = resourcetypes.HELM_CHART // blob describes any anonymous untyped blob data. Blob = resourcetypes.BLOB // FileSystem describes a directory structure stored as archive (tar, tgz). FileSystem = resourcetypes.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.