version -> apiVersion
This commit is contained in:
Родитель
dcb922aa20
Коммит
53468ebe7b
12
README.md
12
README.md
|
@ -91,7 +91,7 @@ we can use the `demo` command to populate the server with sample data, including
|
|||
=== Sample benchmark ===
|
||||
name: benchmark1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
stages:
|
||||
- name: candidate
|
||||
kind: candidate
|
||||
|
@ -109,7 +109,7 @@ stages:
|
|||
=== Sample candidate ===
|
||||
name: candidate1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
benchmark: benchmark1
|
||||
image: candidate1-image
|
||||
|
||||
|
@ -117,7 +117,7 @@ image: candidate1-image
|
|||
=== Sample suite ===
|
||||
name: suite1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
benchmark: benchmark1
|
||||
volumes:
|
||||
- name: training
|
||||
|
@ -185,7 +185,7 @@ stages:
|
|||
path: /reference
|
||||
name: benchmark1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
createdAt: 2020-07-27T22:32:28.865Z
|
||||
updatedAt: 2020-07-27T22:32:43.284Z
|
||||
|
||||
|
@ -193,7 +193,7 @@ updatedAt: 2020-07-27T22:32:43.284Z
|
|||
% npm run cli show candidate candidate1
|
||||
name: candidate1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
benchmark: benchmark1
|
||||
image: candidate1-image
|
||||
createdAt: 2020-07-27T22:32:28.883Z
|
||||
|
@ -210,7 +210,7 @@ volumes:
|
|||
target: 'https://sample.blob.core.windows.net/reference'
|
||||
name: suite1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
benchmark: benchmark1
|
||||
createdAt: 2020-07-27T22:32:28.889Z
|
||||
updatedAt: 2020-07-27T22:32:50.623Z
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: benchmark1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
stages:
|
||||
- name: candidate
|
||||
kind: candidate
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: candidate1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
benchmark: benchmark1
|
||||
image: candidate1-image
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: suite1
|
||||
author: author1
|
||||
version: v1alpha1
|
||||
apiVersion: v1alpha1
|
||||
benchmark: benchmark1
|
||||
volumes:
|
||||
- name: training
|
||||
|
|
Загрузка…
Ссылка в новой задаче