Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateList ¶ added in v1.1.2
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) GetObjectKind ¶ added in v1.1.3
func (obj *TestResource) GetObjectKind() unversioned.ObjectKind
Click to show internal directories.
Click to hide internal directories.