Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeccompProfileWatcher ¶ added in v0.3.11
SeccompProfileWatcher watches SeccompProfile resources and applies them using SeccompManager
type SeccompProfileWatcherImpl ¶
type SeccompProfileWatcherImpl struct {
// contains filtered or unexported fields
}
SeccompProfileWatcherImpl implements SeccompProfileWatcher using a SeccompProfileClient
func NewSeccompProfileWatcher ¶
func NewSeccompProfileWatcher(client storage.SeccompProfileClient, seccompManager seccompmanager.SeccompManagerClient) *SeccompProfileWatcherImpl
NewSeccompProfileWatcher creates a new SeccompProfileWatcher
func (*SeccompProfileWatcherImpl) Start ¶ added in v0.3.11
func (w *SeccompProfileWatcherImpl) Start(ctx context.Context)
Start begins watching SeccompProfile resources
func (*SeccompProfileWatcherImpl) Stop ¶ added in v0.3.11
func (w *SeccompProfileWatcherImpl) Stop()
Stop stops the watcher
Click to show internal directories.
Click to hide internal directories.