Skip to content

Commit

Permalink
Update docs/proposals/2170-kubeflow-training-v2/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Iwai <[email protected]>
  • Loading branch information
andreyvelich and tenzen-y authored Aug 30, 2024
1 parent a78112e commit 54bdbcc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/proposals/2170-kubeflow-training-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,14 @@ type TrainJobSpec struct {
// Defaults to false.
Suspend *bool `json:"suspend,omitempty"`

// ManagedBy field indicates the controller that manages a TrainJob.
// ManagedBy is used to indicate the controller or entity that manages a TrainJob.
// The value must be either an empty, 'kubeflow.org/trainjob-controller' or
// 'kueue.x-k8s.io/multikueue'.
// The built-in TrainJob controller reconciles TrainJob which don't have this
// field at all or the field value is the reserved string
// 'kubeflow.org/trainjob-controller', but delegates reconciling TrainJobs
// with a 'kueue.x-k8s.io/multikueue' to the Kueue.
// The field is immutable.
ManagedBy *string `json:"managedBy,omitempty"`
}

Expand Down

0 comments on commit 54bdbcc

Please sign in to comment.