V1alpha2DevWorkspaceTemplateSpecParentComponentsItemsPlugin

June 1, 2022 ยท View on GitHub

Allows importing a plugin. Plugins are mainly imported devfiles that contribute components, commands and events as a consistent single unit. They are defined in either YAML files following the devfile syntax, or as DevWorkspaceTemplate Kubernetes Custom Resources

Properties

NameTypeDescriptionNotes
commandsList<V1alpha2DevWorkspaceTemplateSpecParentComponentsItemsPluginCommands>Overrides of commands encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.[optional]
componentsList<V1alpha2DevWorkspaceTemplateSpecParentComponentsItemsPluginComponents>Overrides of components encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.[optional]
idStringId in a registry that contains a Devfile yaml file[optional]
kubernetesV1alpha2DevWorkspaceTemplateSpecParentComponentsItemsPluginKubernetes[optional]
registryUrlStringRegistry URL to pull the parent devfile from when using id in the parent reference. To ensure the parent devfile gets resolved consistently in different environments, it is recommended to always specify the `registryUrl` when `id` is used.[optional]
uriStringURI Reference of a parent devfile YAML file. It can be a full URL or a relative URI with the current devfile as the base URI.[optional]
versionStringSpecific stack/sample version to pull the parent devfile from, when using id in the parent reference. To specify `version`, `id` must be defined and used as the import reference source. `version` can be either a specific stack version, or `latest`. If no `version` specified, default version will be used.[optional]