Documentation
¶
Overview ¶
Package shadowpodctrl contains Shadowpod Controller logic.
Index ¶
Constants ¶
View Source
const ( // EventReasonFailedUpdatePod is the event reason when failing to update a pod. EventReasonFailedUpdatePod = "FailedUpdatePod" // EventReasonFailedCreatePod is the event reason when failing to create a pod. EventReasonFailedCreatePod = "FailedCreatePod" // EventReasonCreatedPod is the event reason when successfully creating a pod. EventReasonCreatedPod = "CreatedPod" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler reconciles a ShadowPod object.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, workers int) error
SetupWithManager monitors only updates on ShadowPods.
Click to show internal directories.
Click to hide internal directories.