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