Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadyNodeLister ¶
type ReadyNodeLister struct {
// contains filtered or unexported fields
}
ReadyNodeLister lists ready nodes.
func NewNodeLister ¶
func NewNodeLister(kubeClient *kube_client.Client) *ReadyNodeLister
NewNodeLister builds a node lister.
type ScheduledPodLister ¶
type ScheduledPodLister struct {
// contains filtered or unexported fields
}
ScheduledPodLister lists scheduled pods.
func NewScheduledPodLister ¶
func NewScheduledPodLister(kubeClient *kube_client.Client) *ScheduledPodLister
NewScheduledPodLister builds ScheduledPodLister
type UnschedulablePodLister ¶
type UnschedulablePodLister struct {
// contains filtered or unexported fields
}
UnschedulablePodLister lists unscheduled pods
func NewUnschedulablePodLister ¶
func NewUnschedulablePodLister(kubeClient *kube_client.Client, namespace string) *UnschedulablePodLister
NewUnschedulablePodLister returns a lister providing pods that failed to be scheduled.
Click to show internal directories.
Click to hide internal directories.