Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityAPIServer ¶
type SecurityAPIServer struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
type SecurityAPIServerConfig ¶
type SecurityAPIServerConfig struct { GenericConfig *genericapiserver.Config CoreAPIServerClientConfig *restclient.Config // SCCStorage is actually created with a kubernetes restmapper options to have the correct prefix, // so we have to have it special cased here to point to the right spot. SCCStorage *sccstorage.REST SecurityInformers securityinformer.SharedInformerFactory KubeInternalInformers kinternalinformers.SharedInformerFactory // TODO these should all become local eventually Scheme *runtime.Scheme Registry *registered.APIRegistrationManager Codecs serializer.CodecFactory // contains filtered or unexported fields }
func (*SecurityAPIServerConfig) Complete ¶
func (c *SecurityAPIServerConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
func (*SecurityAPIServerConfig) SkipComplete ¶
func (c *SecurityAPIServerConfig) SkipComplete() completedConfig
SkipComplete provides a way to construct a server instance without config completion.
func (*SecurityAPIServerConfig) V1RESTStorage ¶
func (c *SecurityAPIServerConfig) V1RESTStorage() (map[string]rest.Storage, error)
Click to show internal directories.
Click to hide internal directories.