Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller reconciles a Release object
func (*Controller) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*Controller) Register ¶
Register registers the controller with the passed manager and log. This controller ignores Release status updates and also watches for PipelineRuns and SnapshotEnvironmentBindings that are created by the adapter and owned by the Releases so the owner gets reconciled on changes.
func (*Controller) SetupCache ¶
func (c *Controller) SetupCache(mgr ctrl.Manager) error
SetupCache indexes fields for each of the resources used in the release adapter in those cases where filtering by field is required.
Click to show internal directories.
Click to hide internal directories.