V1alpha2DevWorkspaceTemplateSpecParent

June 1, 2022 ยท View on GitHub

Parent devworkspace template

Properties

NameTypeDescriptionNotes
attributesObjectOverrides of attributes encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.[optional]
commandsList<V1alpha2DevWorkspaceTemplateSpecParentCommands>Overrides of commands encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.[optional]
componentsList<V1alpha2DevWorkspaceTemplateSpecParentComponents>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]
kubernetesV1alpha2DevWorkspaceTemplateSpecParentKubernetes[optional]
projectsList<V1alpha2DevWorkspaceTemplateSpecParentProjects>Overrides of projects encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.[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]
starterProjectsList<V1alpha2DevWorkspaceTemplateSpecParentStarterProjects>Overrides of starterProjects encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.[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]
variablesMap<String, String>Overrides of variables encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.[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]