Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransportReconciler ¶
type TransportReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder events.EventRecorder
}
TransportReconciler reconciles a StoryRun object for streaming transport
func (*TransportReconciler) Reconcile ¶
Reconcile loads the StoryRun and parent Story, skips non-streaming stories, patches ConditionTransportReady when transport annotations are invalid, and delegates to reconcileNormal or reconcileDelete based on DeletionTimestamp (`internal/controller/main.go:60-140`).
func (*TransportReconciler) SetupWithManager ¶
func (r *TransportReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers TransportReconciler with controller-runtime so it watches StoryRun resources via the manager's shared client/cache.
Click to show internal directories.
Click to hide internal directories.