Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateList ¶
func CreateList(prefix string, helper storage.Interface, list runtime.Object) error
CreateList will properly create a list using the storage interface
func CreateObj ¶
func CreateObj(helper storage.Interface, name string, obj, out runtime.Object, ttl uint64) error
CreateObj will create a single object using the storage interface
func CreateObjList ¶
func CreateObjList(prefix string, helper storage.Interface, items []runtime.Object) error
CreateObjList will create a list from the array of objects
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.