Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2020 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Convert_example_ExampleList_To_v1beta1_ExampleList(in *example.ExampleList, out *ExampleList, s conversion.Scope) error + func Convert_example_ExampleSpec_To_v1beta1_ExampleSpec(in *example.ExampleSpec, out *ExampleSpec, s conversion.Scope) error + func Convert_example_Example_To_v1beta1_Example(in *example.Example, out *Example, s conversion.Scope) error + func Convert_v1beta1_ExampleList_To_example_ExampleList(in *ExampleList, out *example.ExampleList, s conversion.Scope) error + func Convert_v1beta1_ExampleSpec_To_example_ExampleSpec(in *ExampleSpec, out *example.ExampleSpec, s conversion.Scope) error + func Convert_v1beta1_Example_To_example_Example(in *Example, out *example.Example, s conversion.Scope) error + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + type Example struct + Spec ExampleSpec + func (in *Example) DeepCopy() *Example + func (in *Example) DeepCopyInto(out *Example) + func (in *Example) DeepCopyObject() runtime.Object + type ExampleList struct + Items []Example + func (in *ExampleList) DeepCopy() *ExampleList + func (in *ExampleList) DeepCopyInto(out *ExampleList) + func (in *ExampleList) DeepCopyObject() runtime.Object + type ExampleSpec struct + Data *runtime.RawExtension + URL string + func (in *ExampleSpec) DeepCopy() *ExampleSpec + func (in *ExampleSpec) DeepCopyInto(out *ExampleSpec)