Skip to content

Commit 2a932cf

Browse files
committed
Addressing comments round 3
1 parent 3549e32 commit 2a932cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/v1alpha1/inferencepool_types.go

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ type InferencePoolSpec struct {
6565
EndpointPickerConfig `json:"endpointPickerConfig"`
6666
}
6767

68+
// EndpointPickerConfig specifies configuration needed by the proxy to find and connect to the Endpoint Picker.
69+
// This type is intended to be a union of mutually exclusive configuration options.
6870
type EndpointPickerConfig struct {
6971
// Extension configures an endpoint picker as an extension service.
7072
//

0 commit comments

Comments
 (0)