Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { // validate a pod against the policies Authorized(*acl.PolicyContext, *api.PodSpec) error }
Controller validate a pod specification against the security policies
func NewController ¶
func NewController(path string) (Controller, error)
NewController create a new policy controller, reading in the policies from the file
Click to show internal directories.
Click to hide internal directories.