Documentation ¶
Index ¶
- type SeccompProfileWatcherImpl
- func (sp *SeccompProfileWatcherImpl) AddHandler(ctx context.Context, obj *unstructured.Unstructured)
- func (sp *SeccompProfileWatcherImpl) DeleteHandler(ctx context.Context, obj *unstructured.Unstructured)
- func (sp *SeccompProfileWatcherImpl) ModifyHandler(ctx context.Context, obj *unstructured.Unstructured)
- 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(k8sClient k8sclient.K8sClientInterface, seccompManager seccompmanager.SeccompManagerClient) *SeccompProfileWatcherImpl
func (*SeccompProfileWatcherImpl) AddHandler ¶
func (sp *SeccompProfileWatcherImpl) AddHandler(ctx context.Context, obj *unstructured.Unstructured)
func (*SeccompProfileWatcherImpl) DeleteHandler ¶
func (sp *SeccompProfileWatcherImpl) DeleteHandler(ctx context.Context, obj *unstructured.Unstructured)
func (*SeccompProfileWatcherImpl) ModifyHandler ¶
func (sp *SeccompProfileWatcherImpl) ModifyHandler(ctx context.Context, obj *unstructured.Unstructured)
func (*SeccompProfileWatcherImpl) WatchResources ¶
func (sp *SeccompProfileWatcherImpl) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.