Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gitops ¶
type Gitops struct {
Gitops *implementation.Gitops
Children []*common.Request
User *authentication.User `json:"-"`
GitopsQueue chan *implementation.Gitops `json:"-"`
Ctx context.Context `json:"-"`
Cancel context.CancelFunc `json:"-"`
Ticker *time.Ticker `json:"-"`
Logger *zap.Logger `json:"-"`
}
func (*Gitops) ShouldSync ¶ added in v0.0.114
type RepositoryWatcher ¶
func (*RepositoryWatcher) AddOrUpdate ¶
func (repositorywatcher *RepositoryWatcher) AddOrUpdate(groupidentifier string, gitopsWatcher *Gitops)
func (*RepositoryWatcher) Find ¶
func (repositorywatcher *RepositoryWatcher) Find(groupidentifier string) *Gitops
func (*RepositoryWatcher) Remove ¶
func (repositorywatcher *RepositoryWatcher) Remove(groupidentifier string) bool
Click to show internal directories.
Click to hide internal directories.