Removed misleading comment about metav1

@rdrgmnzs pointed out that the comment needed to be updated after
Removing!
This commit is contained in:
Justin Santa Barbara 2018-10-08 16:44:39 -07:00
parent b1db2f362b
commit 3fecc1350a
1 changed files with 0 additions and 1 deletions

View File

@ -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"`