Skip to content

Commit 614c3fe

Browse files
Update docs/proposals/1374-multi-cluster-inference/README.md
Co-authored-by: Ryan Zhang <[email protected]>
1 parent 2d41e82 commit 614c3fe

File tree

1 file changed

+3
-1
lines changed
  • docs/proposals/1374-multi-cluster-inference

1 file changed

+3
-1
lines changed

docs/proposals/1374-multi-cluster-inference/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,9 @@ type InferencePoolImportStatus struct {
383383
}
384384

385385
type ImportedCluster struct {
386-
// Name of the exporting cluster (must be unique within the list).
386+
// Name of the exporting cluster (must be unique within the list).
387+
// Its values must map one to one to `ClusterProfile` names defined by the
388+
[ClusterProfile API](https://github.com/kubernetes/enhancements/pull/4322).
387389
//
388390
// +kubebuilder:validation:Required
389391
Name string `json:"name"`

0 commit comments

Comments
 (0)