Versions in this module Expand all Collapse all v0 v0.3.108 Apr 29, 2026 Changes in this version + type CachedContainerProfile struct + CPName string + CallStackTree *callstackcache.CallStackSearchTree + ContainerName string + Namespace string + PodName string + PodUID string + Profile *v1beta1.ContainerProfile + RV string + Shared bool + State *objectcache.ProfileState + UserAPRV string + UserAPRef *namespacedName + UserManagedAPRV string + UserManagedNNRV string + UserNNRV string + UserNNRef *namespacedName + WorkloadID string + WorkloadName string + type ContainerProfileCacheImpl struct + func NewContainerProfileCache(cfg config.Config, storageClient storage.ProfileClient, ...) *ContainerProfileCacheImpl + func (c *ContainerProfileCacheImpl) ContainerCallback(notif containercollection.PubSubEvent) + func (c *ContainerProfileCacheImpl) GetCallStackSearchTree(containerID string) *callstackcache.CallStackSearchTree + func (c *ContainerProfileCacheImpl) GetContainerProfile(containerID string) *v1beta1.ContainerProfile + func (c *ContainerProfileCacheImpl) GetContainerProfileState(containerID string) *objectcache.ProfileState + func (c *ContainerProfileCacheImpl) Start(ctx context.Context)