Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleServer ¶
type SimpleServer struct { Local bool Port int CertFile string KeyFile string Patcher webhook.SidecarInjectorPatcher }
SimpleServer is the required config to create httpd server
func (*SimpleServer) CreateClient ¶
func (simpleServer *SimpleServer) CreateClient() (*kubernetes.Clientset, error)
CreateClient Create the server
func (*SimpleServer) Start ¶
func (simpleServer *SimpleServer) Start() error
Start the simple http server supporting TLS
Click to show internal directories.
Click to hide internal directories.