Documentation ¶
Index ¶
Constants ¶
View Source
const (
IndexIPOrName = "idx"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct { // Informers need that internal object is an ObjectMeta instance metav1.ObjectMeta Type string // contains filtered or unexported fields }
Info contains precollected metadata for Pods, Nodes and Services. Not all the fields are populated for all the above types. To save memory, we just keep in memory the necessary data for each Type. For more information about which fields are set for each type, please refer to the instantiation function of the respective informers.
Click to show internal directories.
Click to hide internal directories.