Skip to content

Commit

Permalink
Add missing ` character in ManagedBy struct tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Edwins committed Mar 28, 2024
1 parent 7820c47 commit 83ee86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobset/v1alpha2/jobset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type JobSetSpec struct {
Suspend *bool `json:"suspend,omitempty"`

// ManagedBy is used to indicate the controller or entity that manages an JobSet
ManagedBy *string `json:"managedBy,omitempty"
ManagedBy *string `json:"managedBy,omitempty"`
}

// JobSetStatus defines the observed state of JobSet
Expand Down

0 comments on commit 83ee86f

Please sign in to comment.