Versions in this module Expand all Collapse all v0 v0.1.1 Sep 20, 2025 v0.1.0 Sep 4, 2025 Changes in this version + const ControllerConditionReady + const ControllerReasonNotReady + const ControllerReasonReady + const ControllerReasonReconciliationFailed + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Aggregation struct + Expressions []expression.Expression + func (in *Aggregation) DeepCopy() *Aggregation + func (in *Aggregation) DeepCopyInto(out *Aggregation) + type Controller struct + Name string + Pipeline Pipeline + Sources []Source + Target Target + func (in *Controller) DeepCopy() *Controller + func (in *Controller) DeepCopyInto(out *Controller) + type ControllerConditionReason string + type ControllerConditionType string + type ControllerStatus struct + Conditions []metav1.Condition + LastErrors []string + Name string + func (in *ControllerStatus) DeepCopy() *ControllerStatus + func (in *ControllerStatus) DeepCopyInto(out *ControllerStatus) + type Join struct + Expression expression.Expression + func (in *Join) DeepCopy() *Join + func (in *Join) DeepCopyInto(out *Join) + type Operator struct + Spec OperatorSpec + Status OperatorStatus + func (in *Operator) DeepCopy() *Operator + func (in *Operator) DeepCopyInto(out *Operator) + func (in *Operator) DeepCopyObject() runtime.Object + type OperatorList struct + Items []Operator + func (in *OperatorList) DeepCopy() *OperatorList + func (in *OperatorList) DeepCopyInto(out *OperatorList) + func (in *OperatorList) DeepCopyObject() runtime.Object + type OperatorSpec struct + Controllers []Controller + func (in *OperatorSpec) DeepCopy() *OperatorSpec + func (in *OperatorSpec) DeepCopyInto(out *OperatorSpec) + type OperatorStatus struct + Controllers []ControllerStatus + func (in *OperatorStatus) DeepCopy() *OperatorStatus + func (in *OperatorStatus) DeepCopyInto(out *OperatorStatus) + type Pipeline struct + func (in *Pipeline) DeepCopy() *Pipeline + func (in *Pipeline) DeepCopyInto(out *Pipeline) + type Resource struct + Group *string + Kind string + Version *string + func (in *Resource) DeepCopy() *Resource + func (in *Resource) DeepCopyInto(out *Resource) + type Source struct + LabelSelector *metav1.LabelSelector + Namespace *string + Predicate *predicate.Predicate + func (in *Source) DeepCopy() *Source + func (in *Source) DeepCopyInto(out *Source) + type Target struct + Type TargetType + func (in *Target) DeepCopy() *Target + func (in *Target) DeepCopyInto(out *Target) + type TargetType string + const Patcher + const Updater