File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,14 @@ type Extension struct {
95
95
96
96
// ExtensionReference is a reference to the extension.
97
97
//
98
+ // Connections to this extension MUST use TLS by default. Implementations MAY
99
+ // provide a way to customize this connection to use cleartext, a different
100
+ // protocol, or custom TLS configuration.
101
+ //
98
102
// If a reference is invalid, the implementation MUST update the `ResolvedRefs`
99
- // Condition on the InferencePool's status to `status: False`. A 5XX status code MUST be returned
100
- // for the request that would have otherwise been routed to the invalid backend.
103
+ // Condition on the InferencePool's status to `status: False`. A 5XX status code
104
+ // MUST be returned for the request that would have otherwise been routed to the
105
+ // invalid backend.
101
106
type ExtensionReference struct {
102
107
// Group is the group of the referent.
103
108
// The default value is "", representing the Core API group.
You can’t perform that action at this time.
0 commit comments