Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { options.BaseOptions ScmClientFactory scmhelpers.Factory Org string User string Repo string Filter string AllWebhooks bool DryRun bool WarnOnFail bool Namespace string KubeClient kubernetes.Interface JXClient jxc.Interface }
Options the flags for updating webhooks
func NewCmdWebHookDelete ¶
func (*Options) DeleteWebhookFromSourceRepository ¶
func (o *Options) DeleteWebhookFromSourceRepository(sr *v1.SourceRepository, err error, filter string) (bool, error)
DeleteWebhookFromSourceRepository updates the webhook for the given source repository
Click to show internal directories.
Click to hide internal directories.