V220DevfileMetadata

June 1, 2022 ยท View on GitHub

Optional metadata

Properties

NameTypeDescriptionNotes
architecturesList<ArchitecturesEnum>Optional list of processor architectures that the devfile supports, empty list suggests that the devfile can be used on any architecture[optional]
attributesObjectMap of implementation-dependant free-form YAML attributes. Deprecated, use the top-level attributes field instead.[optional]
descriptionStringOptional devfile description[optional]
displayNameStringOptional devfile display name[optional]
globalMemoryLimitStringOptional devfile global memory limit[optional]
iconStringOptional devfile icon, can be a URI or a relative path in the project[optional]
languageStringOptional devfile language[optional]
nameStringOptional devfile name[optional]
projectTypeStringOptional devfile project type[optional]
providerStringOptional devfile provider information[optional]
supportUrlStringOptional link to a page that provides support information[optional]
tagsList<String>Optional devfile tags[optional]
versionStringOptional semver-compatible version[optional]
websiteStringOptional devfile website[optional]

Enum: List<ArchitecturesEnum>

NameValue
AMD64"amd64"
ARM64"arm64"
PPC64LE"ppc64le"
S390X"s390x"