Versions in this module Expand all Collapse all v1 v1.14.10 Apr 29, 2020 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type TestType struct + Status TestTypeStatus + func (in *TestType) DeepCopy() *TestType + func (in *TestType) DeepCopyInto(out *TestType) + func (in *TestType) DeepCopyObject() runtime.Object + type TestTypeList struct + Items []TestType + func (in *TestTypeList) DeepCopy() *TestTypeList + func (in *TestTypeList) DeepCopyInto(out *TestTypeList) + func (in *TestTypeList) DeepCopyObject() runtime.Object + type TestTypeStatus struct + Blah string + func (in *TestTypeStatus) DeepCopy() *TestTypeStatus + func (in *TestTypeStatus) DeepCopyInto(out *TestTypeStatus)