Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Context context.Context KubeConfig string HTTPSListenPort int Threadiness int Namespace string Name string DevMode bool DevURL string }
Options define the api webhookServer options
type WebhookServer ¶
type WebhookServer struct {
// contains filtered or unexported fields
}
WebhookServer defines the webhook webhookServer types
func New ¶
func New(opts Options) (*WebhookServer, error)
func (*WebhookServer) ListenAndServe ¶
func (s *WebhookServer) ListenAndServe() error
Click to show internal directories.
Click to hide internal directories.