Documentation ¶
Overview ¶
Package k8sagent contains machinery for getting pod data from the Kubernetes API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodWatcherImpl ¶
func NewPodWatcher ¶
func NewPodWatcher(namespace string, labelSelector string, fieldSelector string, client corev1.PodsGetter) *PodWatcherImpl
func (*PodWatcherImpl) Pods ¶
func (w *PodWatcherImpl) Pods() chan *v1.Pod
Click to show internal directories.
Click to hide internal directories.