Browse Source

Add objectsearch/objecttracking CRD by 'make crds'

Signed-off-by: llhuii <liulinghui@huawei.com>
tags/v0.4.3
llhuii 4 years ago
parent
commit
d45f6a96b9
3 changed files with 33628 additions and 7 deletions
  1. +5
    -7
      build/crds/sedna.io_lifelonglearningjobs.yaml
  2. +20099
    -0
      build/crds/sedna.io_objectsearchservices.yaml
  3. +13524
    -0
      build/crds/sedna.io_objecttrackingservices.yaml

+ 5
- 7
build/crds/sedna.io_lifelonglearningjobs.yaml View File

@@ -21,8 +21,6 @@ spec:
- name: v1alpha1
schema:
openAPIV3Schema:
description: LifelongLearningJob describes the data that a lifelonglearningjob
resource should have
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
@@ -37,7 +35,6 @@ spec:
metadata:
type: object
spec:
description: LLJobSpec is a description of a lifelonglearningjob
properties:
credentialName:
description: the credential referer for OutputDir
@@ -53,7 +50,7 @@ spec:
- trainProb
type: object
deploySpec:
description: DeploySpec describes the deploy model to be updated
description: LLDeploySpec describes the deploy model to be updated
properties:
template:
description: PodTemplateSpec describes the data a pod should have
@@ -6627,7 +6624,7 @@ spec:
- template
type: object
evalSpec:
description: EvalSpec describes the data an eval worker should have
description: LLEvalSpec describes the data an eval worker should have
properties:
template:
description: PodTemplateSpec describes the data a pod should have
@@ -13203,7 +13200,8 @@ spec:
outputDir:
type: string
trainSpec:
description: TrainSpec describes the data an train worker should have
description: LLTrainSpec describes the data an train worker should
have
properties:
template:
description: PodTemplateSpec describes the data a pod should have
@@ -19825,7 +19823,7 @@ spec:
format: date-time
type: string
conditions:
description: The latest available observations of a incrementllearning
description: The latest available observations of a lifelonglearning
job's current state.
items:
description: LLJobCondition describes current state of a job. see


+ 20099
- 0
build/crds/sedna.io_objectsearchservices.yaml
File diff suppressed because it is too large
View File


+ 13524
- 0
build/crds/sedna.io_objecttrackingservices.yaml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save