-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K8s-like devfile naming #13490
K8s-like devfile naming #13490
Conversation
Tests are not passing. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
…naming Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
ci-build |
...e-core-api-model/src/main/java/org/eclipse/che/api/core/model/workspace/devfile/Devfile.java
Outdated
Show resolved
Hide resolved
...e-core-api-model/src/main/java/org/eclipse/che/api/core/model/workspace/devfile/Devfile.java
Outdated
Show resolved
Hide resolved
...ace/src/main/java/org/eclipse/che/api/workspace/server/devfile/convert/DevfileConverter.java
Outdated
Show resolved
Hide resolved
...pace/src/main/java/org/eclipse/che/api/workspace/server/model/impl/devfile/MetadataImpl.java
Outdated
Show resolved
Hide resolved
...space/src/main/java/org/eclipse/che/api/workspace/server/model/impl/devfile/DevfileImpl.java
Outdated
Show resolved
Hide resolved
.../java/org/eclipse/che/api/workspace/server/devfile/validator/DevfileSchemaValidatorTest.java
Show resolved
Hide resolved
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
to the latest API version. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
tests. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
…naming Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
ci-test |
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
…naming Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
`specVersion` is now `apiVersion` and is bumped to 1.0.0 `name` is now nested under the new `metadata` element. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
`specVersion` is now `apiVersion` and is bumped to 1.0.0 `name` is now nested under the new `metadata` element. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
What does this PR do?
This renames
specVersion
toapiVersion
andname
tometadata.name
so that devfile is more in line with kubernetes conventions.What issues does this PR fix or reference?
#13336