From c629e3343018649ceabafd3ae56b18080d6cfa04 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Tue, 7 Oct 2014 13:11:25 -0400 Subject: [PATCH] Update non .go references --- docs/namespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/namespaces.md b/docs/namespaces.md index f997edcb2a0..6dc9729fb57 100644 --- a/docs/namespaces.md +++ b/docs/namespaces.md @@ -46,8 +46,8 @@ Introduce a new attribute *Namespace* for each resource that must be scoped in a A *Namespace* is a DNS compatible subdomain. ``` -// JSONBase is shared by all objects sent to, or returned from the client -type JSONBase struct { +// TypeMeta is shared by all objects sent to, or returned from the client +type TypeMeta struct { Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Uid string `json:"uid,omitempty" yaml:"uid,omitempty"` CreationTimestamp util.Time `json:"creationTimestamp,omitempty" yaml:"creationTimestamp,omitempty"`