Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PvcMonitor ¶
type PvcMonitor struct {
// contains filtered or unexported fields
}
func NewPvcMonitor ¶
func NewPvcMonitor( client kubernetes.Interface, config *config.PvcMonitor, alertManager *alertmanager.AlertManager) *PvcMonitor
NewPvcMonitor returns new instance of pvc monitor
func (*PvcMonitor) Start ¶
func (p *PvcMonitor) Start()
type SummaryResponse ¶
type SummaryResponse struct {
Pods []*Pod `json:"pods"`
}
Click to show internal directories.
Click to hide internal directories.