Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHookClient ¶
type WebHookClient struct {
// contains filtered or unexported fields
}
func NewWebHookClient ¶
func NewWebHookClient(client *kubernetes.Clientset) *WebHookClient
NewWebHookClient constructs a new WebHookClient with the specified output of *kubernetes.Clientset
func (*WebHookClient) GenerateServiceItem ¶ added in v0.0.23
func (w *WebHookClient) GenerateServiceItem(ns, name string, path *string, port *int32) printer.PrintServiceItem
func (*WebHookClient) Run ¶
func (w *WebHookClient) Run(args []string) (*printer.PrintModel, error)
Run args[0]: self executable args[1]: may be 'webhookname' or '--kubeconfig'
Click to show internal directories.
Click to hide internal directories.