Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoStatusManager ¶
type RepoStatusManager struct {
// contains filtered or unexported fields
}
Allows changing a Repo resource state. Objects passed by the informer must not be modified. Hence the DeepCopy() before every operation.
func NewRepoStatusManager ¶
func NewRepoStatusManager(repoclientset clientset.Interface) RepoStatusManager
func (RepoStatusManager) IsNewRepoRun ¶
func (statusManager RepoStatusManager) IsNewRepoRun(repo *repo.Repo) bool
func (RepoStatusManager) SetJobRunStatus ¶
func (RepoStatusManager) SetNewJobRun ¶
func (statusManager RepoStatusManager) SetNewJobRun(repo *repo.Repo, newGitSha string) error
Set desired state as new job run
Click to show internal directories.
Click to hide internal directories.