Documentation
¶
Overview ¶
Package cocoonset hosts the CocoonSet reconciler and pod builder helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler watches CocoonSet resources and manages the lifecycle of agent and toolbox pods to match the declared spec.
func (*Reconciler) Reconcile ¶
Reconcile drives a single CocoonSet toward its desired state by ensuring the correct set of agent and toolbox pods exist.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers the reconciler. For uses GenerationChangedPredicate to avoid status-update loops; Owns keeps pod events to drive readyAgents diffs.
Click to show internal directories.
Click to hide internal directories.