V220DevfileMetadata
June 1, 2022 ยท View on GitHub
Optional metadata
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| architectures | List<ArchitecturesEnum> | Optional list of processor architectures that the devfile supports, empty list suggests that the devfile can be used on any architecture | [optional] |
| attributes | Object | Map of implementation-dependant free-form YAML attributes. Deprecated, use the top-level attributes field instead. | [optional] |
| description | String | Optional devfile description | [optional] |
| displayName | String | Optional devfile display name | [optional] |
| globalMemoryLimit | String | Optional devfile global memory limit | [optional] |
| icon | String | Optional devfile icon, can be a URI or a relative path in the project | [optional] |
| language | String | Optional devfile language | [optional] |
| name | String | Optional devfile name | [optional] |
| projectType | String | Optional devfile project type | [optional] |
| provider | String | Optional devfile provider information | [optional] |
| supportUrl | String | Optional link to a page that provides support information | [optional] |
| tags | List<String> | Optional devfile tags | [optional] |
| version | String | Optional semver-compatible version | [optional] |
| website | String | Optional devfile website | [optional] |
Enum: List<ArchitecturesEnum>
| Name | Value |
|---|---|
| AMD64 | "amd64" |
| ARM64 | "arm64" |
| PPC64LE | "ppc64le" |
| S390X | "s390x" |