Documentation ¶
Index ¶
Constants ¶
View Source
const ( Healthy string = "healthy" Unhealthy string = "unhealthy" Unknown string = "unknown" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesResourceMonitor ¶
type KubernetesResourceMonitor interface { GetName() string GetWatchPoints() []WatchPoint Start() error Dispose() }
type KubernetesSystemComponentMonitor ¶
type KubernetesSystemComponentMonitor struct {
// contains filtered or unexported fields
}
func (*KubernetesSystemComponentMonitor) Dispose ¶
func (m *KubernetesSystemComponentMonitor) Dispose()
func (*KubernetesSystemComponentMonitor) GetName ¶
func (m *KubernetesSystemComponentMonitor) GetName() string
func (*KubernetesSystemComponentMonitor) GetWatchPoints ¶
func (m *KubernetesSystemComponentMonitor) GetWatchPoints() []WatchPoint
func (*KubernetesSystemComponentMonitor) Start ¶
func (m *KubernetesSystemComponentMonitor) Start() error
Click to show internal directories.
Click to hide internal directories.