We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c807226 commit e44ce80Copy full SHA for e44ce80
api/v1alpha1/inferencemodel_types.go
@@ -63,7 +63,7 @@ type InferenceModelSpec struct {
63
// +kubebuilder:validation:MinItems=1
64
// +kubebuilder:validation:MaxItems=10
65
TargetModels []TargetModel `json:"targetModels,omitempty"`
66
- // Reference to the poolIt must exist in the same namespace.
+ // Reference to the inference pool, the pool must exist in the same namespace.
67
//
68
// +kubebuilder:validation:Required
69
PoolRef *PoolObjectReference `json:"poolRef,omitempty"`
0 commit comments