Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { ServerConfig options.ServerConfig `json:"serverConfig"` EnforcePRGB bool `json:"enforcePRGB"` CompliantDockerPrefixes []string `json:"compliantDockerPrefixes"` }
func (*Options) DefaultAndValidate ¶
type Server ¶
type Server struct { Name string Informers []cache.SharedIndexInformer HTTPServer *util.HTTPServer }
Server is wrapper all computionadmission servers
func NewServerFromFlags ¶
NewServerFromFlags builds a new Server object based on Flags
Click to show internal directories.
Click to hide internal directories.