-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
area/apiEnhancement or issue related to the api/devfile specificationEnhancement or issue related to the api/devfile specificationkind/enhancementNew feature or requestNew feature or request
Milestone
Description
alias
should not be used anymorename
should be mandatory for kubernetes/openshift/containers componentsname
should be optional for plugins components- If
name
is not specified for a component of type plugin it should be inferred from itsid
/url
field (id
/url
are used asname
if its not specified explicitly)
### a Devfile spec
- container:
name: tooling-container # <-- mandatory
image: busybox
mountSources: true
endpoints:
- name: petclinic-web-server
- kubernetes:
name: mongodb # <-- mandatory
reference: .../deployment.yaml # <-- already have a metadata.name: 'database1'
- plugin:
name: vscode-java # <-- optional
id: ms-vscode/vscode-java/1.1.1
amisevsk
Metadata
Metadata
Assignees
Labels
area/apiEnhancement or issue related to the api/devfile specificationEnhancement or issue related to the api/devfile specificationkind/enhancementNew feature or requestNew feature or request