Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreparedServer ¶
type PreparedServer interface {
Run(stopCh <-chan struct{}) error
}
type Server ¶
type Server struct { Name string SecureServing *apiserver.SecureServingInfo InsecureServing *apiserver.DeprecatedInsecureServingInfo Client clientset.Interface InformerFactory informers.SharedInformerFactory RateLimiter limiter.RateLimiter SecureHandler http.Handler InsecureHandler http.Handler ServerStarted chan struct{} }
func (*Server) PrepareRun ¶
func (s *Server) PrepareRun() PreparedServer
Click to show internal directories.
Click to hide internal directories.