Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeStatefulSets ¶
func ServeStatefulSets(w http.ResponseWriter, r *http.Request)
Types ¶
type WebhookServer ¶
type WebhookServer struct {
// contains filtered or unexported fields
}
func NewWebHookServer ¶
func NewWebHookServer(kubeCli kubernetes.Interface, operatorCli versioned.Interface, informerFactory informers.SharedInformerFactory, kubeInformerFactory kubeinformers.SharedInformerFactory, certFile, keyFile, extraSA string) *WebhookServer
func (*WebhookServer) Run ¶
func (ws *WebhookServer) Run() error
func (*WebhookServer) Shutdown ¶
func (ws *WebhookServer) Shutdown() error
Click to show internal directories.
Click to hide internal directories.