Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: "testgroup.k8s.io", Version: "v1"}
Functions ¶
This section is empty.
Types ¶
type TestType ¶
type TestType struct { unversioned.TypeMeta `json:",inline"` api.ObjectMeta `json:"metadata,omitempty"` Status TestTypeStatus `json:"status,omitempty"` }
func (*TestType) CodecDecodeSelf ¶
func (*TestType) CodecEncodeSelf ¶
func (*TestType) GetObjectKind ¶
func (obj *TestType) GetObjectKind() unversioned.ObjectKind
type TestTypeList ¶
type TestTypeList struct { unversioned.TypeMeta `json:",inline"` unversioned.ListMeta `json:"metadata,omitempty"` Items []TestType `json:"items"` }
func (*TestTypeList) CodecDecodeSelf ¶
func (x *TestTypeList) CodecDecodeSelf(d *codec1978.Decoder)
func (*TestTypeList) CodecEncodeSelf ¶
func (x *TestTypeList) CodecEncodeSelf(e *codec1978.Encoder)
func (*TestTypeList) GetObjectKind ¶
func (obj *TestTypeList) GetObjectKind() unversioned.ObjectKind
type TestTypeStatus ¶
type TestTypeStatus struct {
Blah string
}
func (*TestTypeStatus) CodecDecodeSelf ¶
func (x *TestTypeStatus) CodecDecodeSelf(d *codec1978.Decoder)
func (*TestTypeStatus) CodecEncodeSelf ¶
func (x *TestTypeStatus) CodecEncodeSelf(e *codec1978.Encoder)
Click to show internal directories.
Click to hide internal directories.