We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d41e82 commit 614c3feCopy full SHA for 614c3fe
docs/proposals/1374-multi-cluster-inference/README.md
@@ -383,7 +383,9 @@ type InferencePoolImportStatus struct {
383
}
384
385
type ImportedCluster struct {
386
- // Name of the exporting cluster (must be unique within the list).
+ // 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).
389
//
390
// +kubebuilder:validation:Required
391
Name string `json:"name"`
0 commit comments