Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCacheFunc ¶
func GetCacheFunc() (cache.NewCacheFunc, error)
GetCacheFunc returns a new cache function that restricts the cluster items we store in the manager's internal cache. This is required because the controller watches a lot of resource types, which can result in very high memory usage on large clusters (e.g. clusters with tens of thousands of secrets).
func GetWebhooksCacheFunc ¶ added in v0.15.2
func GetWebhooksCacheFunc() (cache.NewCacheFunc, error)
GetWebhooksCacheFunc returns a new cache function that restricts the cluster items we store in the webhook server's internal cache. This avoids issues where the webhook server's memory usage scales with the number of objects on the cluster, potentially causing out of memory errors in large clusters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.