Versions in this module Expand all Collapse all v1 v1.14.10 Apr 29, 2020 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + type ClusterTestType struct + Status ClusterTestTypeStatus + func (in *ClusterTestType) DeepCopy() *ClusterTestType + func (in *ClusterTestType) DeepCopyInto(out *ClusterTestType) + func (in *ClusterTestType) DeepCopyObject() runtime.Object + type ClusterTestTypeList struct + Items []ClusterTestType + func (in *ClusterTestTypeList) DeepCopy() *ClusterTestTypeList + func (in *ClusterTestTypeList) DeepCopyInto(out *ClusterTestTypeList) + func (in *ClusterTestTypeList) DeepCopyObject() runtime.Object + type ClusterTestTypeStatus struct + Blah string + func (in *ClusterTestTypeStatus) DeepCopy() *ClusterTestTypeStatus + func (in *ClusterTestTypeStatus) DeepCopyInto(out *ClusterTestTypeStatus) + 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)