Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebHook ¶
type WebHook struct {
// contains filtered or unexported fields
}
WebHook encapsulates things needed to run the webhook.
func New ¶
func New( clientset kubernetes.Interface, informerFactory crinformers.SharedInformerFactory, jobNamespace string, deregisterOnExit bool, enableResourceQuotaEnforcement bool, coreV1InformerFactory informers.SharedInformerFactory) (*WebHook, error)
New creates a new WebHook instance.
Click to show internal directories.
Click to hide internal directories.