Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new GitRepo Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func CreateGitRepo ¶ added in v0.5.0
CreateGitRepo will create the gitRepo object if it doesn't already exist.
Types ¶
type ReconcileGitRepo ¶
type ReconcileGitRepo struct {
// contains filtered or unexported fields
}
ReconcileGitRepo reconciles a GitRepo object
func (*ReconcileGitRepo) Reconcile ¶
Reconcile will create or delete a git repository based on the event. The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue. ATTENTION: do not manipulate the spec here, this will lead to loops, as the specs are defined in the gitrepotemplates of the other CRDs (tenant, cluster).