Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilteredCache ¶
func GetFilteredCache(namespace string, podSelector labels.Selector) cache.NewCacheFunc
GetFilteredCache creates a cache that slims down resources to the minimum that is needed for processing and also acts as a sinkhole for deployment/statefulsets/pods that are not going to be processed but that cannot be filtered by labels to limit what items end up in the cache. The following is removed/clear from the resources: - pods -> managed fields, status (we care for spec to find out containers, the rests are set to empty) - deploy/sts -> template.spec, status, managedfields (we only care about template/metadata except for injector deployment)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.