Skip to content

Commit 85c9311

Browse files
authored
Update inferencemodel_types.go
1 parent 4127b08 commit 85c9311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha2/inferencemodel_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ type PoolObjectReference struct {
126126
}
127127

128128
// Criticality defines how important it is to serve the model compared to other models.
129-
// Criticality is intentionally a bounded enum to contain the possibilities that need to be supported by the load balancing algorithm. Any reference to the Criticality field must be optional(use a pointer), and set no default.
129+
// Criticality is intentionally a bounded enum to contain the possibilities that need to be supported by the load balancing algorithm. Any reference to the Criticality field must be optional (use a pointer), and set no default.
130130
// This allows us to union this with a oneOf field in the future should we wish to adjust/extend this behavior.
131131
// +kubebuilder:validation:Enum=Critical;Standard;Sheddable
132132
type Criticality string

0 commit comments

Comments
 (0)