Versions in this module Expand all Collapse all v0 v0.6.0 Dec 1, 2025 v0.5.0 Nov 21, 2025 Changes in this version + const ConditionReady + const ConditionReleaseSynced + const ConditionResourcesReady + const ReasonComponentNotFound + const ReasonComponentReleaseNotFound + const ReasonCronJobScheduled + const ReasonCronJobSuspended + const ReasonDataPlaneNotConfigured + const ReasonDataPlaneNotFound + const ReasonEnvironmentNotFound + const ReasonInvalidReleaseConfiguration + const ReasonJobCompleted + const ReasonJobFailed + const ReasonJobRunning + const ReasonProjectNotFound + const ReasonReady + const ReasonReadyWithSuspendedResources + const ReasonReleaseCreated + const ReasonReleaseOwnershipConflict + const ReasonReleaseSynced + const ReasonReleaseUpdateFailed + const ReasonRenderingFailed + const ReasonResourcesDegraded + const ReasonResourcesNotReady + const ReasonResourcesProgressing + const ReasonResourcesReady + const ReasonResourcesUnknown + type Reconciler struct + Pipeline *componentpipeline.Pipeline + Scheme *runtime.Scheme + func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, rErr error) + func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error + type ResourceCategory string + const CategoryNoStatus + const CategoryOperational + const CategoryPrimaryWorkload + const CategorySupporting + type ResourceStatusSummary struct + Degraded int + Healthy int + Progressing int + Suspended int + Total int + Unknown int + type WorkloadType string + const WorkloadTypeCronJob + const WorkloadTypeDeployment + const WorkloadTypeJob + const WorkloadTypeProxy + const WorkloadTypeStatefulSet + const WorkloadTypeUnknown