Skip to content

Commit

Permalink
remove comments about defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvegamyhre committed Jul 26, 2024
1 parent 95fc11b commit 18b12de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/jobset/v1alpha2/jobset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,9 @@ type Coordinator struct {

// JobIndex is the index of Job which contains the coordinator pod
// (i.e., for a ReplicatedJob with N replicas, there are Job indexes 0 to N-1).
// Defaults to 0 if unset.
JobIndex int `json:"jobIndex,omitempty"`

// PodIndex is the Job completion index of the coordinator pod.
// Defaults to 0 if unset.
PodIndex int `json:"podIndex,omitempty"`
}

Expand Down

0 comments on commit 18b12de

Please sign in to comment.