Devfile describes the structure of a cloud-native devworkspace and development environment.
Name | Type | Description | Notes |
---|---|---|---|
attributes | Object | Map of implementation-dependant free-form YAML attributes. | [optional] |
commands | List<V220DevfileCommands> | Predefined, ready-to-use, devworkspace-related commands | [optional] |
components | List<V220DevfileComponents> | List of the devworkspace components, such as editor and plugins, user-provided containers, or other types of components | [optional] |
events | V220DevfileEvents | [optional] | |
metadata | V220DevfileMetadata | [optional] | |
parent | V220DevfileParent | [optional] | |
projects | List<V220DevfileProjects> | Projects worked on in the devworkspace, containing names and sources locations | [optional] |
schemaVersion | String | Devfile schema version | |
starterProjects | List<V220DevfileStarterProjects> | StarterProjects is a project that can be used as a starting point when bootstrapping new projects | [optional] |
variables | Map<String, String> | Map of key-value variables used for string replacement in the devfile. Values can be referenced via {{variable-key}} to replace the corresponding value in string fields in the devfile. Replacement cannot be used for - schemaVersion, metadata, parent source - element identifiers, e.g. command id, component name, endpoint name, project name - references to identifiers, e.g. in events, a command's component, container's volume mount name - string enums, e.g. command group kind, endpoint exposure | [optional] |