mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Warning if version of Devfile is different from 2.2.0 (#7065)
* Warning if version of Devfile is different from 2.2.0 * Fix unit tests
This commit is contained in:
@@ -1642,6 +1642,7 @@ components:
|
||||
type: object
|
||||
required:
|
||||
- content
|
||||
- version
|
||||
- commands
|
||||
- containers
|
||||
- images
|
||||
@@ -1652,6 +1653,8 @@ components:
|
||||
properties:
|
||||
content:
|
||||
type: string
|
||||
version:
|
||||
type: string
|
||||
commands:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user