Versions in this module Expand all Collapse all v0 v0.2.1 Aug 31, 2019 v0.2.0 Aug 30, 2019 Changes in this version + type StatusManager struct + func New(client client.Client, component string) *StatusManager + func (m *StatusManager) ClearAvailable() + func (m *StatusManager) ClearDegraded() + func (m *StatusManager) Enable() + func (m *StatusManager) IsAvailable() bool + func (m *StatusManager) Run() + func (m *StatusManager) SetAvailable(reason, msg string) + func (m *StatusManager) SetDaemonsets(ds []types.NamespacedName) + func (m *StatusManager) SetDegraded(reason, msg string) + func (m *StatusManager) SetDeployments(deps []types.NamespacedName) + func (m *StatusManager) SetProgressing(reason, msg string)