Versions in this module Expand all Collapse all v0 v0.12.0 Apr 11, 2018 v0.8.0 Apr 11, 2018 Changes in this version + 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 Foo struct + Spec FooSpec + Status FooStatus + func (in *Foo) DeepCopy() *Foo + func (in *Foo) DeepCopyInto(out *Foo) + func (in *Foo) DeepCopyObject() runtime.Object + type FooList struct + Items []Foo + func (in *FooList) DeepCopy() *FooList + func (in *FooList) DeepCopyInto(out *FooList) + func (in *FooList) DeepCopyObject() runtime.Object + type FooSpec struct + DeploymentName string + Replicas *int32 + func (in *FooSpec) DeepCopy() *FooSpec + func (in *FooSpec) DeepCopyInto(out *FooSpec) + type FooStatus struct + AvailableReplicas int32 + func (in *FooStatus) DeepCopy() *FooStatus + func (in *FooStatus) DeepCopyInto(out *FooStatus)