Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConditionInitialized = "Initialized" ConditionAvailable = "Available" ConditionUpgrading = "Upgrading" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLabReconciler ¶
type GitLabReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
GitLabReconciler reconciles a GitLab object.
func (*GitLabReconciler) Reconcile ¶
Reconcile triggers when an event occurs on the watched resource.
func (*GitLabReconciler) SetupWithManager ¶
func (r *GitLabReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager configures the custom resource watched resources.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.