Skip to content

Commit

Permalink
Regenerated manifests and deepcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jan 27, 2025
1 parent 78b3c71 commit a698f39
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ spec:
type: string
type: object
llm:
description: LLM spec
description: Llm spec
properties:
modelRef:
description: |-
one of the following need to be set for the LLM
one of the following need to be set for the llm
Reference to Model
type: string
pipelineRef:
Expand Down
4 changes: 2 additions & 2 deletions k8s/yaml/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ spec:
type: string
type: object
llm:
description: LLM spec
description: Llm spec
properties:
modelRef:
description: |-
one of the following need to be set for the LLM
one of the following need to be set for the llm
Reference to Model
type: string
pipelineRef:
Expand Down
1 change: 1 addition & 0 deletions operator/apis/mlops/v1alpha1/model_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type ExplainerSpec struct {

// Either ModelRef or PipelineRef is required
type LlmSpec struct {
// one of the following need to be set for the llm
// Reference to Model
// +optional
ModelRef *string `json:"modelRef,omitempty"`
Expand Down
3 changes: 1 addition & 2 deletions operator/apis/mlops/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions operator/config/crd/bases/mlops.seldon.io_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ spec:
type: string
type: object
llm:
description: LLM spec
description: Llm spec
properties:
modelRef:
description: |-
one of the following need to be set for the LLM
one of the following need to be set for the llm
Reference to Model
type: string
pipelineRef:
Expand Down

0 comments on commit a698f39

Please sign in to comment.