File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments