You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
The reconcile comment is generic (since that's what we scaffolded) but we should update it to describe what we're doing.
The existing comment looks like this:
// Reconcile is part of the main kubernetes reconciliation loop which aims to// move the current state of the cluster closer to the desired state.// TODO(user): Modify the Reconcile function to compare the state specified by// the ScopeInstance object against the actual cluster state, and then// perform operations to make the cluster state reflect the state specified by// the user.//// For more details, check Reconcile and its Result here:// - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
The text was updated successfully, but these errors were encountered:
The reconcile comment is generic (since that's what we scaffolded) but we should update it to describe what we're doing.
The existing comment looks like this:
The text was updated successfully, but these errors were encountered: