Documentation ¶
Index ¶
Constants ¶
View Source
const ( KindPodMonitor string = "podMonitor" KindServiceMonitor string = "serviceMonitor" KindProbe string = "probe" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) CurrentHealth ¶
func (*Component) DebugInfo ¶
func (c *Component) DebugInfo() interface{}
DebugInfo returns debug information for this component.
func (*Component) NotifyClusterChange ¶ added in v0.36.0
func (c *Component) NotifyClusterChange()
NotifyClusterChange implements component.ClusterComponent.
Click to show internal directories.
Click to hide internal directories.