Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SecretTokenName is the name of the secret entry containing the token SecretTokenName = "token" // SecretHostKeysName is the name of the secret entry containing the SSH host keys SecretHostKeysName = "hostKeys" // SecretEndpointName is the name of the secret entry containing the api endpoint SecretEndpointName = "endpoint" )
Variables ¶
This section is empty.
Functions ¶
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).
Click to show internal directories.
Click to hide internal directories.