Fix malformed namespace json tag

This commit is contained in:
Daniel Smith
2014-10-07 13:52:51 -07:00
parent 386caae675
commit 3a62089790
3 changed files with 3 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ type TypeMeta struct {
SelfLink string `json:"selfLink,omitempty" yaml:"selfLink,omitempty"`
ResourceVersion uint64 `json:"resourceVersion,omitempty" yaml:"resourceVersion,omitempty"`
APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty"`
Namespace string `json:"namespace",omitempty" yaml:"namespace,omitempty"`
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
UID string `json:"uid,omitempty" yaml:"uid,omitempty"`
// Annotations are unstructured key value data stored with a resource that may be set by