Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
func (CompletedConfig) New ¶
func (c CompletedConfig) New() (*ProjectServer, error)
New returns a new instance of ProjectServer from the given config.
type Config ¶
type Config struct { GenericConfig *genericapiserver.RecommendedConfig ExtraConfig ExtraConfig }
type ExtraConfig ¶
type ExtraConfig struct { }
type ProjectServer ¶
type ProjectServer struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
ProjectServer contains state for a Kubernetes cluster master/api server.
Click to show internal directories.
Click to hide internal directories.