Skip to content

Commit

Permalink
Merge pull request #5898 from justinsb/followup_5823
Browse files Browse the repository at this point in the history
Removed misleading comment about metav1
  • Loading branch information
justinsb committed Oct 9, 2018
2 parents 3da2dd6 + 3fecc13 commit 180e63e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion channels/pkg/api/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
type Addons struct {
metav1.TypeMeta `json:",inline"`

// We use v1.ObjectMeta so we don't serialize everything, even though we are using the full api machinery here (yet!)
ObjectMeta metav1.ObjectMeta `json:"metadata,omitempty"`

Spec AddonsSpec `json:"spec,omitempty"`
Expand Down

0 comments on commit 180e63e

Please sign in to comment.