Documentation ¶
Index ¶
- type SeccompProfileWatcherImpl
- func (sp *SeccompProfileWatcherImpl) AddHandler(ctx context.Context, obj runtime.Object)
- func (sp *SeccompProfileWatcherImpl) DeleteHandler(ctx context.Context, obj runtime.Object)
- func (sp *SeccompProfileWatcherImpl) ModifyHandler(ctx context.Context, obj runtime.Object)
- func (sp *SeccompProfileWatcherImpl) WatchResources() []watcher.WatchResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeccompProfileWatcherImpl ¶
type SeccompProfileWatcherImpl struct {
// contains filtered or unexported fields
}
func NewSeccompProfileWatcher ¶
func NewSeccompProfileWatcher(storageClient v1beta1.SpdxV1beta1Interface, seccompManager seccompmanager.SeccompManagerClient) *SeccompProfileWatcherImpl
func (*SeccompProfileWatcherImpl) AddHandler ¶
func (sp *SeccompProfileWatcherImpl) AddHandler(ctx context.Context, obj runtime.Object)
func (*SeccompProfileWatcherImpl) DeleteHandler ¶
func (sp *SeccompProfileWatcherImpl) DeleteHandler(ctx context.Context, obj runtime.Object)
func (*SeccompProfileWatcherImpl) ModifyHandler ¶
func (sp *SeccompProfileWatcherImpl) ModifyHandler(ctx context.Context, obj runtime.Object)
func (*SeccompProfileWatcherImpl) WatchResources ¶
func (sp *SeccompProfileWatcherImpl) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.