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
ReleaseName string
DevMode bool
DevURL string
config.CommonOptions
}
Options define the api webhookServer options
type WebhookServer ¶
type WebhookServer struct {
// contains filtered or unexported fields
}
WebhookServer defines the webhook webhookServer types
func NewServer ¶
func NewServer(opts Options) (*WebhookServer, error)
func (*WebhookServer) ListenAndServe ¶
func (s *WebhookServer) ListenAndServe() error
Click to show internal directories.
Click to hide internal directories.