Skip to content

Commit

Permalink
Update apis/features/v1/features_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com>
  • Loading branch information
cam-garrison and bartoszmajsak authored Jan 10, 2024
1 parent 103593f commit 387b013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/features/v1/features_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (s *FeatureTracker) ToOwnerReference() metav1.OwnerReference {
}
}

// Origin describes the type of object that created the related Feature to this FeatureTracker
// Origin describes the type of object that created the related Feature to this FeatureTracker.
type Origin struct {
Type OwnerType `json:"type,omitempty"`
Name string `json:"name,omitempty"`
Expand Down

0 comments on commit 387b013

Please sign in to comment.