Documentation
¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationProfileCacheImpl ¶
type ApplicationProfileCacheImpl struct {
// contains filtered or unexported fields
}
func NewApplicationProfileCache ¶
func NewApplicationProfileCache(nodeName string, storageClient versioned.SpdxV1beta1Interface, maxDelaySeconds int) *ApplicationProfileCacheImpl
func (*ApplicationProfileCacheImpl) AddHandler ¶
func (ap *ApplicationProfileCacheImpl) AddHandler(ctx context.Context, obj runtime.Object)
func (*ApplicationProfileCacheImpl) DeleteHandler ¶
func (ap *ApplicationProfileCacheImpl) DeleteHandler(_ context.Context, obj runtime.Object)
func (*ApplicationProfileCacheImpl) GetApplicationProfile ¶
func (ap *ApplicationProfileCacheImpl) GetApplicationProfile(containerID string) *v1beta1.ApplicationProfile
func (*ApplicationProfileCacheImpl) GetCallStackSearchTree ¶
func (ap *ApplicationProfileCacheImpl) GetCallStackSearchTree(containerID string) *callstackcache.CallStackSearchTree
func (*ApplicationProfileCacheImpl) ModifyHandler ¶
func (ap *ApplicationProfileCacheImpl) ModifyHandler(ctx context.Context, obj runtime.Object)
func (*ApplicationProfileCacheImpl) WatchResources ¶
func (ap *ApplicationProfileCacheImpl) WatchResources() []watcher.WatchResource
type ContainerCallStackIndex ¶
type ContainerCallStackIndex struct {
// contains filtered or unexported fields
}
ContainerCallStackIndex maintains call stack search trees for a container
Click to show internal directories.
Click to hide internal directories.