Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + type SeccompStrategy interface + Generate func(pod *api.Pod) (string, error) + ValidateContainer func(pod *api.Pod, container *api.Container) field.ErrorList + ValidatePod func(pod *api.Pod) field.ErrorList + func NewWithSeccompProfile(allowedProfiles []string) (SeccompStrategy, error)