Versions in this module Expand all Collapse all v1 v1.19.0 Nov 6, 2024 Changes in this version + const GroupName + const Version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type Rule struct + Spec RuleSpec + Status RuleStatus + func (in *Rule) DeepCopy() *Rule + func (in *Rule) DeepCopyInto(out *Rule) + func (in *Rule) DeepCopyObject() runtime.Object + type RuleEndpoint struct + Spec RuleEndpointSpec + func (in *RuleEndpoint) DeepCopy() *RuleEndpoint + func (in *RuleEndpoint) DeepCopyInto(out *RuleEndpoint) + func (in *RuleEndpoint) DeepCopyObject() runtime.Object + type RuleEndpointList struct + Items []RuleEndpoint + func (in *RuleEndpointList) DeepCopy() *RuleEndpointList + func (in *RuleEndpointList) DeepCopyInto(out *RuleEndpointList) + func (in *RuleEndpointList) DeepCopyObject() runtime.Object + type RuleEndpointSpec struct + Properties map[string]string + RuleEndpointType RuleEndpointTypeDef + func (in *RuleEndpointSpec) DeepCopy() *RuleEndpointSpec + func (in *RuleEndpointSpec) DeepCopyInto(out *RuleEndpointSpec) + type RuleEndpointTypeDef string + const RuleEndpointTypeEventBus + const RuleEndpointTypeRest + const RuleEndpointTypeServiceBus + type RuleList struct + Items []Rule + func (in *RuleList) DeepCopy() *RuleList + func (in *RuleList) DeepCopyInto(out *RuleList) + func (in *RuleList) DeepCopyObject() runtime.Object + type RuleSpec struct + Source string + SourceResource map[string]string + Target string + TargetResource map[string]string + func (in *RuleSpec) DeepCopy() *RuleSpec + func (in *RuleSpec) DeepCopyInto(out *RuleSpec) + type RuleStatus struct + Errors []string + FailMessages int64 + SuccessMessages int64 + func (in *RuleStatus) DeepCopy() *RuleStatus + func (in *RuleStatus) DeepCopyInto(out *RuleStatus)