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) ModifyHandler(ctx context.Context, obj runtime.Object)
- func (ap *ApplicationProfileCacheImpl) WatchResources() []watcher.WatchResource
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) ModifyHandler ¶
func (ap *ApplicationProfileCacheImpl) ModifyHandler(ctx context.Context, obj runtime.Object)
func (*ApplicationProfileCacheImpl) WatchResources ¶
func (ap *ApplicationProfileCacheImpl) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.