Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeccompManager ¶
type SeccompManager struct {
// contains filtered or unexported fields
}
func NewSeccompManager ¶
func NewSeccompManager() (*SeccompManager, error)
func (*SeccompManager) AddSeccompProfile ¶
func (s *SeccompManager) AddSeccompProfile(sp *v1beta1api.SeccompProfile) error
func (*SeccompManager) DeleteSeccompProfile ¶
func (s *SeccompManager) DeleteSeccompProfile(obj *v1beta1api.SeccompProfile) error
func (*SeccompManager) GetSeccompProfile ¶
func (s *SeccompManager) GetSeccompProfile(name string, path *string) (v1beta1.SingleSeccompProfile, error)
Click to show internal directories.
Click to hide internal directories.