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 KubernetesDaemonSetMonitor ¶ added in v0.0.80
type KubernetesDaemonSetMonitor struct {
// contains filtered or unexported fields
}
func (*KubernetesDaemonSetMonitor) Dispose ¶ added in v0.0.80
func (m *KubernetesDaemonSetMonitor) Dispose()
func (*KubernetesDaemonSetMonitor) GetName ¶ added in v0.0.80
func (m *KubernetesDaemonSetMonitor) GetName() string
func (*KubernetesDaemonSetMonitor) GetWatchPoints ¶ added in v0.0.80
func (m *KubernetesDaemonSetMonitor) GetWatchPoints() []WatchPoint
func (*KubernetesDaemonSetMonitor) Start ¶ added in v0.0.80
func (m *KubernetesDaemonSetMonitor) Start() error
type KubernetesDeploymentMonitor ¶ added in v0.0.69
type KubernetesDeploymentMonitor struct {
// contains filtered or unexported fields
}
func (*KubernetesDeploymentMonitor) Dispose ¶ added in v0.0.69
func (m *KubernetesDeploymentMonitor) Dispose()
func (*KubernetesDeploymentMonitor) GetName ¶ added in v0.0.69
func (m *KubernetesDeploymentMonitor) GetName() string
func (*KubernetesDeploymentMonitor) GetWatchPoints ¶ added in v0.0.69
func (m *KubernetesDeploymentMonitor) GetWatchPoints() []WatchPoint
func (*KubernetesDeploymentMonitor) Start ¶ added in v0.0.69
func (m *KubernetesDeploymentMonitor) Start() error
type KubernetesResourceMonitor ¶
type KubernetesResourceMonitor interface { GetName() string GetWatchPoints() []WatchPoint Start() error Dispose() }
func NewMonitor ¶ added in v0.0.65
func NewMonitor(t string, c *kubernetes.Clientset, clusterId string) KubernetesResourceMonitor
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.