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 Syncing bool Tracking bool BackOff BackOff 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:"-"` }
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.