Versions in this module Expand all Collapse all v0 v0.0.1 Oct 28, 2019 Changes in this version + type CommonObject interface + CommonSpec func() CommonSpec + ComponentName func() string + GetCommonStatus func() CommonStatus + SetCommonStatus func(CommonStatus) + type CommonSpec struct + Channel string + Version string + type CommonStatus struct + Errors []string + Healthy bool + func (in *CommonStatus) DeepCopy() *CommonStatus + func (in *CommonStatus) DeepCopyInto(out *CommonStatus) + type PatchSpec struct + Patches []*runtime.RawExtension + func (in *PatchSpec) DeepCopy() *PatchSpec + func (in *PatchSpec) DeepCopyInto(out *PatchSpec) + type Patchable interface + PatchSpec func() PatchSpec