Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PodStatusToConfigMapper ¶
func PodStatusToConfigMapper(selfOnly bool) handler.TypedMapFunc[*v1beta1.ConfigPodStatus]
PodStatusToConfigMapper correlates a ConfigPodStatus with its corresponding Config. `selfOnly` tells the mapper to only map statuses corresponding to the current pod.
Types ¶
type Adder ¶
func (*Adder) Add ¶
Add creates a new config 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) InjectControllerSwitch ¶
func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
func (*Adder) InjectTracker ¶
type ReconcileConfigStatus ¶
type ReconcileConfigStatus struct {
// contains filtered or unexported fields
}
ReconcileConfigStatus provides the dependencies required to reconcile the status of a Config resource.
Click to show internal directories.
Click to hide internal directories.