Documentation
¶
Overview ¶
Package fieldindexer provides types and functions about fieldindexer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldIndexer ¶
type FieldIndexer struct {
// Obj indicates which object would be indexed
Obj ctrlclient.Object
// Field indicates field path, eg: .spec.name
Field string
// ExtractValue indexer func to return value from Obj
ExtractValue ctrlclient.IndexerFunc
}
FieldIndexer holds data when index fields into InformerCache
Click to show internal directories.
Click to hide internal directories.