Documentation ¶
Overview ¶
Package podsclient provides an on-demand client for retrieving pods, without using caching, as the HorizontalPodAutoscaler does.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnDemandPodLister ¶
type OnDemandPodLister struct {
Clientset kubernetes.Interface
}
OnDemandPodLister is used to list Pods across a cluster or retrieve a Namespaced Pod Lister
func (*OnDemandPodLister) Pods ¶
func (p *OnDemandPodLister) Pods(namespace string) corelisters.PodNamespaceLister
Pods returns a namespaced pod lister in the namespace provided
type OnDemandPodNamespaceLister ¶
type OnDemandPodNamespaceLister struct { Namespace string Clientset kubernetes.Interface }
OnDemandPodNamespaceLister is used to list Pods/get a specific pod in a namespace
Click to show internal directories.
Click to hide internal directories.