Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectAPIServer ¶
type ProjectAPIServer struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
ProjectAPIServer contains state for a Kubernetes cluster master/api server.
type ProjectAPIServerConfig ¶
type ProjectAPIServerConfig struct {
GenericConfig *genericapiserver.Config
CoreAPIServerClientConfig *restclient.Config
KubeInternalInformers kinternalinformers.SharedInformerFactory
ProjectAuthorizationCache *projectauth.AuthorizationCache
ProjectCache *projectcache.ProjectCache
ProjectRequestTemplate string
ProjectRequestMessage string
// TODO these should all become local eventually
Scheme *runtime.Scheme
Registry *registered.APIRegistrationManager
Codecs serializer.CodecFactory
// contains filtered or unexported fields
}
func (*ProjectAPIServerConfig) Complete ¶
func (c *ProjectAPIServerConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
func (*ProjectAPIServerConfig) SkipComplete ¶
func (c *ProjectAPIServerConfig) SkipComplete() completedConfig
SkipComplete provides a way to construct a server instance without config completion.
func (*ProjectAPIServerConfig) V1RESTStorage ¶
func (c *ProjectAPIServerConfig) V1RESTStorage() (map[string]rest.Storage, error)
Click to show internal directories.
Click to hide internal directories.