Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterState ¶
type Consolidator ¶
type Consolidator struct {
Logger *zerolog.Logger
//knownChecks sm.CheckSet
RequestTimeout time.Duration
ApiServer string
ApiToken string
// contains filtered or unexported fields
}
TODO move rename cleanup
func (*Consolidator) Publish ¶
func (p *Consolidator) Publish(cs ClusterState)
type Publisher ¶
type Publisher interface {
Publish(ClusterState)
}
Click to show internal directories.
Click to hide internal directories.