Documentation ¶
Index ¶
Constants ¶
View Source
const LabelTugbotEvents = "tugbot-swarm-events"
Variables ¶
This section is empty.
Functions ¶
func IsValidNode ¶
func IsValidNode(client client.SystemAPIClient) error
Types ¶
type Comparator ¶
type Comparator struct {
// contains filtered or unexported fields
}
func NewComparator ¶
func NewComparator() *Comparator
func (Comparator) GetUpdatedServices ¶
func (c Comparator) GetUpdatedServices(client client.ServiceAPIClient) ([]string, error)
func (Comparator) Initialize ¶
func (c Comparator) Initialize(client client.ServiceAPIClient) error
type ServiceUpdater ¶
type ServiceUpdater struct {
// contains filtered or unexported fields
}
func NewServiceUpdater ¶
func NewServiceUpdater(client client.ServiceAPIClient) *ServiceUpdater
func (ServiceUpdater) Run ¶
func (s ServiceUpdater) Run() error
Click to show internal directories.
Click to hide internal directories.