-
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
aliasshould not be used anymorenameshould be mandatory for kubernetes/openshift/containers componentsnameshould be optional for plugins components- If
nameis not specified for a component of type plugin it should be inferred from itsid/urlfield (id/urlare used asnameif 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.1amisevsk
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