Skip to content

Commit aac2fee

Browse files
authored
Fix typo. (#1437)
1 parent d5ef4cc commit aac2fee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apix/v1alpha2/inferenceobjective_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type InferenceObjectiveSpec struct {
6969
// The higher the value, the more critical the request is; negative values _are_ allowed.
7070
// No default value is set for this field, allowing for future additions of new fields that may 'one of' with this field.
7171
// However, implementations that consume this field (such as the Endpoint Picker) will treat an unset value as '0'.
72-
// Priority is used in flow control, primarily in the event of resource scarcity(reqeusts need to be queued).
72+
// Priority is used in flow control, primarily in the event of resource scarcity(requests need to be queued).
7373
// All requests will be queued, and flow control will _always_ allow requests of higher priority to be served first.
7474
// Fairness is only enforced and tracked between requests of the same priority.
7575
//

config/crd/bases/inference.networking.x-k8s.io_inferenceobjectives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
The higher the value, the more critical the request is; negative values _are_ allowed.
101101
No default value is set for this field, allowing for future additions of new fields that may 'one of' with this field.
102102
However, implementations that consume this field (such as the Endpoint Picker) will treat an unset value as '0'.
103-
Priority is used in flow control, primarily in the event of resource scarcity(reqeusts need to be queued).
103+
Priority is used in flow control, primarily in the event of resource scarcity(requests need to be queued).
104104
All requests will be queued, and flow control will _always_ allow requests of higher priority to be served first.
105105
Fairness is only enforced and tracked between requests of the same priority.
106106

site-src/reference/x-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ _Appears in:_
136136

137137
| Field | Description | Default | Validation |
138138
| --- | --- | --- | --- |
139-
| `priority` _integer_ | Priority defines how important it is to serve the request compared to other requests in the same pool.<br />Priority is an integer value that defines the priority of the request.<br />The higher the value, the more critical the request is; negative values _are_ allowed.<br />No default value is set for this field, allowing for future additions of new fields that may 'one of' with this field.<br />However, implementations that consume this field (such as the Endpoint Picker) will treat an unset value as '0'.<br />Priority is used in flow control, primarily in the event of resource scarcity(reqeusts need to be queued).<br />All requests will be queued, and flow control will _always_ allow requests of higher priority to be served first.<br />Fairness is only enforced and tracked between requests of the same priority.<br />Example: requests with Priority 10 will always be served before<br />requests with Priority of 0 (the value used if Priority is unset or no InfereneceObjective is specified).<br />Similarly requests with a Priority of -10 will always be served after requests with Priority of 0. | | |
139+
| `priority` _integer_ | Priority defines how important it is to serve the request compared to other requests in the same pool.<br />Priority is an integer value that defines the priority of the request.<br />The higher the value, the more critical the request is; negative values _are_ allowed.<br />No default value is set for this field, allowing for future additions of new fields that may 'one of' with this field.<br />However, implementations that consume this field (such as the Endpoint Picker) will treat an unset value as '0'.<br />Priority is used in flow control, primarily in the event of resource scarcity(requests need to be queued).<br />All requests will be queued, and flow control will _always_ allow requests of higher priority to be served first.<br />Fairness is only enforced and tracked between requests of the same priority.<br />Example: requests with Priority 10 will always be served before<br />requests with Priority of 0 (the value used if Priority is unset or no InfereneceObjective is specified).<br />Similarly requests with a Priority of -10 will always be served after requests with Priority of 0. | | |
140140
| `poolRef` _[PoolObjectReference](#poolobjectreference)_ | PoolRef is a reference to the inference pool, the pool must exist in the same namespace. | | Required: \{\} <br /> |
141141

142142

0 commit comments

Comments
 (0)