Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2020 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + 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)