Versions in this module Expand all Collapse all v0 v0.2.253 Apr 7, 2025 Changes in this version + type ApplicationProfileCacheImpl struct + func NewApplicationProfileCache(nodeName string, storageClient versioned.SpdxV1beta1Interface, ...) *ApplicationProfileCacheImpl + func (ap *ApplicationProfileCacheImpl) AddHandler(ctx context.Context, obj runtime.Object) + func (ap *ApplicationProfileCacheImpl) DeleteHandler(_ context.Context, obj runtime.Object) + func (ap *ApplicationProfileCacheImpl) GetApplicationProfile(containerID string) *v1beta1.ApplicationProfile + func (ap *ApplicationProfileCacheImpl) GetCallStackSearchTree(containerID string) *callstackcache.CallStackSearchTree + func (ap *ApplicationProfileCacheImpl) ModifyHandler(ctx context.Context, obj runtime.Object) + func (ap *ApplicationProfileCacheImpl) WatchResources() []watcher.WatchResource + type ContainerCallStackIndex struct