Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { KafkaOptions *genericoptions.KafkaOptions MongoOptions *genericoptions.MongoOptions RedisOptions *genericoptions.RedisOptions MySQLOptions *genericoptions.MySQLOptions }
Config defines the config for the apiserver.
type PreparedServer ¶
type PreparedServer struct {
*Server
}
func (PreparedServer) Run ¶
func (s PreparedServer) Run(stopCh <-chan struct{}) error
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server contains state for a Kubernetes cluster master/api server.
func (*Server) PrepareRun ¶
func (s *Server) PrepareRun() PreparedServer
Click to show internal directories.
Click to hide internal directories.