Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface {
// List lists the repositories enabled for the git operator
List() ([]Repository, error)
}
Interface the interface for querying the git repositories to be operated
type Repository ¶
type Repository struct {
// Name name of the repository
Name string
// Namespace of the repository - where the `Job` will be created
Namespace string
// GitURL the URL to git clone the repository
GitURL string
}
Repository represents a git repository to clone
Click to show internal directories.
Click to hide internal directories.