k8s client-go

索引操作
// Index maps the indexed value to a set of keys in the store that match on that value
type Index map[string]sets.String

// Indexers maps a name to a IndexFunc
type Indexers map[string]IndexFunc

// Indices maps a name to an Index
type Indices map[string]Index

items :对象真实的存放位置

posted @ 2020-04-07 09:51  hurz  阅读(168)  评论(0编辑  收藏  举报