Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ETCDBackup ¶
type ETCDBackup struct {
// contains filtered or unexported fields
}
func NewETCDBackup ¶
func NewETCDBackup(config ETCDBackupConfig) (*ETCDBackup, error)
func (*ETCDBackup) Collect ¶
func (d *ETCDBackup) Collect(ch chan<- prometheus.Metric) error
func (*ETCDBackup) Describe ¶
func (d *ETCDBackup) Describe(ch chan<- *prometheus.Desc) error
type ETCDBackupConfig ¶
type ETCDBackupConfig struct { G8sClient versioned.Interface K8sClient kubernetes.Interface Logger micrologger.Logger }
Click to show internal directories.
Click to hide internal directories.