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 {
9595
9696// ExtensionReference is a reference to the extension.
9797//
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+ //
98102// 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.
101106type ExtensionReference struct {
102107 // Group is the group of the referent.
103108 // The default value is "", representing the Core API group.
You can’t perform that action at this time.
0 commit comments