Skip to content

Commit 3279c27

Browse files
committed
make gen
Signed-off-by: Eric Bishop <ericbish.dev@gmail.com>
1 parent 295d0c3 commit 3279c27

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

deploy/controller.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,26 @@ spec:
8080
description: gateway defines this engine's gateway-related
8181
capabilities.
8282
properties:
83+
endpointPicker:
84+
description: |-
85+
endpointPicker, when set, customizes the EPP image and plugin
86+
configuration that the controller deploys alongside the default
87+
InferencePool. Ignored when ManagesInferencePool is true (the provider
88+
is then expected to manage the EPP itself).
89+
properties:
90+
configData:
91+
description: |-
92+
configData is the raw YAML body of the EndpointPickerConfig that will be
93+
written into the EPP ConfigMap under the key "default-plugins.yaml" and
94+
mounted at /config/default-plugins.yaml. When empty, the controller's
95+
default (empty) EndpointPickerConfig is used.
96+
type: string
97+
image:
98+
description: |-
99+
image is the container image for the EPP. When empty, the controller
100+
uses its built-in default GAIE EPP image.
101+
type: string
102+
type: object
83103
ignoresServedName:
84104
description: |-
85105
ignoresServedName indicates that gateway routing for this provider+engine

0 commit comments

Comments
 (0)