Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PodStatusToConnectionMapper ¶
func PodStatusToConnectionMapper(selfOnly bool) handler.TypedMapFunc[*statusv1alpha1.ConnectionPodStatus, reconcile.Request]
PodStatusToConnectionMapper correlates a ConnectionPodStatus with its corresponding Connection. `selfOnly` tells the mapper to only map statuses corresponding to the current pod.
Types ¶
type Adder ¶
func (*Adder) Add ¶
Add creates a new connection Status Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func (*Adder) InjectTracker ¶
type ReconcileConnectionStatus ¶
type ReconcileConnectionStatus struct {
// contains filtered or unexported fields
}
ReconcileConnectionStatus provides the dependencies required to reconcile the status of a Connection resource.
Click to show internal directories.
Click to hide internal directories.