Skip to content

Commit 72f7f0b

Browse files
committed
Update crd part1 followup
1 parent ba0070f commit 72f7f0b

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 6 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/llmd.ai_inferenceserverconfigs.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ spec:
4444
description: Spec defines the desired state of the InferenceServerConfig.
4545
properties:
4646
launcherConfigName:
47-
description: TemplateRef is a reference to the LauncherConfig that
48-
this InferenceServerConfig belongs to
47+
description: LauncherConfigName is a reference name to the LauncherConfig
48+
that this InferenceServerConfig belongs to
4949
type: string
5050
modelServerConfig:
5151
description: ModelServerConfig defines the configuration for the model
@@ -75,6 +75,19 @@ spec:
7575
type: object
7676
status:
7777
description: Status represents the observed status of the InferenceServerConfig.
78+
properties:
79+
errors:
80+
description: |-
81+
`errors` reports problems seen in the desired state of this object;
82+
in particular, in the version reported by `observedGeneration`.
83+
items:
84+
type: string
85+
type: array
86+
observedGeneration:
87+
description: '`observedGeneration` is the `metadata.generation` last
88+
seen by the controller.'
89+
format: int32
90+
type: integer
7891
type: object
7992
required:
8093
- spec

0 commit comments

Comments
 (0)