Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodTracker ¶
type PodTracker struct {
// contains filtered or unexported fields
}
PodTracker tracks pods using Kubernetes API client.
func NewPodTracker ¶
func NewPodTracker(k8sClient kubernetes.Interface, logger *log.Logger) *PodTracker
NewPodTracker creates a new PodTracker that watches pods using specified kuberneter API client.
Click to show internal directories.
Click to hide internal directories.