monitors

package
v0.0.90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2019 License: MIT Imports: 10 Imported by: 0

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

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 (*KubernetesSystemComponentMonitor) GetWatchPoints

func (m *KubernetesSystemComponentMonitor) GetWatchPoints() []WatchPoint

func (*KubernetesSystemComponentMonitor) Start

type WatchPoint

type WatchPoint struct {
	IsSystemComponent bool      `json:"is_system_component"`
	Name              string    `json:"name"`
	Namespace         string    `json:"namespace"`
	Status            string    `json:"status"`
	LastCheckTime     time.Time `json:"last_check_time"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL