Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const Group + const 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 Release struct + Spec ReleaseSpec + Status ReleaseStatus + func (in *Release) DeepCopy() *Release + func (in *Release) DeepCopyInto(out *Release) + func (in *Release) DeepCopyObject() runtime.Object + type ReleaseList struct + Items []Release + func (in *ReleaseList) DeepCopy() *ReleaseList + func (in *ReleaseList) DeepCopyInto(out *ReleaseList) + func (in *ReleaseList) DeepCopyObject() runtime.Object + type ReleaseSpec struct + Description string + Notes string + URL string + Version string + func (in *ReleaseSpec) DeepCopy() *ReleaseSpec + func (in *ReleaseSpec) DeepCopyInto(out *ReleaseSpec) + type ReleaseStatus struct + Installed bool + func (in *ReleaseStatus) DeepCopy() *ReleaseStatus + func (in *ReleaseStatus) DeepCopyInto(out *ReleaseStatus)