Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PodIdxFunc client.IndexerFunc = func(o client.Object) []string { pod := o.(*corev1.Pod) return []string{pod.Spec.NodeName} }
PodIdxFunc is used for listing pods by node
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.