gitrepo

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2021 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

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

func CreateGitRepo(obj pipeline.Object, data *pipeline.Context) pipeline.Result

CreateGitRepo will create the gitRepo object if it doesn't already exist.

func SetGitRepoURLAndHostKeys added in v0.5.0

func SetGitRepoURLAndHostKeys(obj pipeline.Object, data *pipeline.Context) pipeline.Result

Types

type ReconcileGitRepo

type ReconcileGitRepo struct {
	// contains filtered or unexported fields
}

ReconcileGitRepo reconciles a GitRepo object

func (*ReconcileGitRepo) Reconcile

func (r *ReconcileGitRepo) Reconcile(request reconcile.Request) (reconcile.Result, error)

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).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL