Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateList ¶
CreateList will properly create a list using the storage interface
Types ¶
type TestResource ¶
type TestResource struct { unversioned.TypeMeta `json:",inline"` api.ObjectMeta `json:"metadata"` Value int `json:"value"` }
func (*TestResource) CodecDecodeSelf ¶
func (x *TestResource) CodecDecodeSelf(d *codec1978.Decoder)
func (*TestResource) CodecEncodeSelf ¶
func (x *TestResource) CodecEncodeSelf(e *codec1978.Encoder)
func (*TestResource) GetObjectKind ¶
func (obj *TestResource) GetObjectKind() unversioned.ObjectKind
Click to show internal directories.
Click to hide internal directories.