kubeletnotifier

package
v0.15.4 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventType

type EventType string
const (
	IntervalBased EventType = "intervalBased"
	FSUpdate      EventType = "fsUpdate"
)

type Info

type Info struct {
	Event EventType
}

type Notifier

type Notifier struct {
	// contains filtered or unexported fields
}

func New

func New(sleepInterval time.Duration, dest chan<- Info, kubeletStateDir string) (*Notifier, error)

func (*Notifier) Run

func (n *Notifier) Run()

Jump to

Keyboard shortcuts

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