mirror of https://github.com/kubernetes/kops.git
Removed misleading comment about metav1
@rdrgmnzs pointed out that the comment needed to be updated after Removing!
This commit is contained in:
parent
b1db2f362b
commit
3fecc1350a
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue