Versions in this module Expand all Collapse all v0 v0.0.2 Jun 3, 2021 v0.0.1 Nov 22, 2020 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + type ImportSecret struct + Name string + func (in *ImportSecret) DeepCopy() *ImportSecret + func (in *ImportSecret) DeepCopyInto(out *ImportSecret) + type Imports []LoopImport + func (imports Imports) Equal(other Imports) bool + func (in Imports) DeepCopy() Imports + func (in Imports) DeepCopyInto(out *Imports) + type Loop struct + Spec LoopSpec + Status LoopStatus + func (in *Loop) DeepCopy() *Loop + func (in *Loop) DeepCopyInto(out *Loop) + func (in *Loop) DeepCopyObject() runtime.Object + func (loop *Loop) Equal(other *Loop) bool + func (loop *Loop) EqualMeta(other meta.ObjectMeta) bool + func (loop *Loop) NamespacedName() types.NamespacedName + type LoopImport struct + Secret ImportSecret + func (in *LoopImport) DeepCopy() *LoopImport + func (in *LoopImport) DeepCopyInto(out *LoopImport) + func (loopImport LoopImport) Equal(other LoopImport) bool + type LoopList struct + Items []Loop + func (in *LoopList) DeepCopy() *LoopList + func (in *LoopList) DeepCopyInto(out *LoopList) + func (in *LoopList) DeepCopyObject() runtime.Object + type LoopSpec struct + Endpoint string + Every meta.Duration + Imports Imports + Script string + func (in *LoopSpec) DeepCopy() *LoopSpec + func (in *LoopSpec) DeepCopyInto(out *LoopSpec) + func (spec *LoopSpec) Equal(other LoopSpec) bool + type LoopStatus struct + Deployed bool + LastExecution *meta.Time + LastExecutionSuccess *meta.Time + func (in *LoopStatus) DeepCopy() *LoopStatus + func (in *LoopStatus) DeepCopyInto(out *LoopStatus) + func (status *LoopStatus) Equal(other LoopStatus) bool