resourcetypes

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KIND_ARTIFACT_TYPE = "artifact type"
	KIND_RESOURCE_TYPE = "resource type"
)
View Source
const (
	// OCI_ARTIFACT describes a generic OCI artifact following the
	//   [open containers image specification](https://github.com/opencontainers/image-spec/blob/main/spec.md).
	OCI_ARTIFACT = "ociArtifact"
	// OCI_IMAGE describes an OCIArtifact containing an image.
	OCI_IMAGE = "ociImage"
	// HELM_CHART describes a helm chart, either stored as OCI artifact or as tar
	// blob (tar media type).
	HELM_CHART = "helmChart"
	// NPM_PACKAGE describes an NPM package.
	NPM_PACKAGE = "npmPackage"
	// BLUEPRINT describes a Gardener Landscaper blueprint which is an artifact used in its installations describing
	// how to deploy a software component.
	BLUEPRINT        = "landscaper.gardener.cloud/blueprint"
	BLUEPRINT_LEGACY = "blueprint"
	// BLOB describes any anonymous untyped blob data.
	BLOB = "blob"
	// FILESYSTEM describes a directory structure stored as archive (tar, tgz).
	DIRECTORY_TREE    = "directoryTree"
	FILESYSTEM        = DIRECTORY_TREE
	FILESYSTEM_LEGACY = "filesystem"
	// EXECUTABLE describes an OS executable.
	EXECUTABLE = "executable"
	// PLAIN_TEXT describes plain text.
	PLAIN_TEXT = "plainText"
	// OCM_PLUGIN describes an OS executable OCM plugin.
	OCM_PLUGIN = "ocmPlugin"

	// OCM_FILE describes a generic file or unspecified byte stream.
	OCM_FILE = "file"
	// OCM_YAML describes a YAML file.
	OCM_YAML = "yaml"
	// OCM_JSON describes a JSON file.
	OCM_JSON = "json"
	// OCM_XML describes a XML file.
	OCM_XML = "xml"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL