Home
last modified time | relevance | path

Searched defs:Webhook (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/
H A Dwebhook.go42 type Webhook struct { struct
43 *admission.Handler
45 sourceFactory sourceFactory
47 hookSource Source
48 clientManager *webhookutil.ClientManager
49 namespaceMatcher *namespace.Matcher
50 objectMatcher *object.Matcher
51 dispatcher Dispatcher
107 func (a *Webhook) SetServiceResolver(sr webhookutil.ServiceResolver) {
113 func (a *Webhook) SetExternalKubeClientSet(client clientset.Interface) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/
H A Dwebhook.go42 type Webhook struct { struct
43 *admission.Handler
45 sourceFactory sourceFactory
47 hookSource Source
48 clientManager *webhookutil.ClientManager
49 namespaceMatcher *namespace.Matcher
50 objectMatcher *object.Matcher
51 dispatcher Dispatcher
107 func (a *Webhook) SetServiceResolver(sr webhookutil.ServiceResolver) {
113 func (a *Webhook) SetExternalKubeClientSet(client clientset.Interface) {
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/services/notifications/
H A Dwebhook.go19 type Webhook struct { struct
20 Url string
21 User string
22 Password string
23 Body string
24 HttpMethod string
25 HttpHeader map[string]string
26 ContentType string
44 func (ns *NotificationService) sendWebRequestSync(ctx context.Context, webhook *Webhook) error {
/dports/sysutils/istio/istio-1.6.7/pkg/webhooks/validation/server/
H A Dserver.go124 type Webhook struct { struct
127 mu sync.RWMutex
128 cert *tls.Certificate
131 schemas collection.Schemas
132 domainSuffix string
135 validator store.BackendValidator
137 server *http.Server
138 keyFile string
139 certFile string
143 func (wh *Webhook) reloadKeyCert() {
[all …]
/dports/www/gitea/gitea-1.16.5/models/webhook/
H A Dwebhook.go177 type Webhook struct { struct
180 OrgID int64 `xorm:"INDEX"`
181 IsSystemWebhook bool
184 ContentType HookContentType
185 Secret string `xorm:"TEXT"`
186 Events string `xorm:"TEXT"`
187 *HookEvent `xorm:"-"`
202 func (w *Webhook) AfterLoad() {
215 func (w *Webhook) UpdateEvent() error {
234 func (w *Webhook) HasForkEvent() bool {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/vulcand/oxy/cbreaker/
H A Deffect.go22 type Webhook struct { struct
23 URL string
24 Method string
25 Headers http.Header
26 Form url.Values
27 Body []byte
38 func NewWebhookSideEffectsWithLogger(w Webhook, l *log.Logger) (*WebhookSideEffect, error) {
51 func NewWebhookSideEffect(w Webhook) (*WebhookSideEffect, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/webhook/conversion/
H A Dconversion.go43 type Webhook struct { struct
44 scheme *runtime.Scheme
45 decoder *Decoder
49 func (wh *Webhook) InjectScheme(s *runtime.Scheme) error {
63 func (wh *Webhook) ServeHTTP(w http.ResponseWriter, r *http.Request) {
92 …(wh *Webhook) handleConvertRequest(req *apix.ConversionRequest) (*apix.ConversionResponse, error) {
125 func (wh *Webhook) convertObject(src, dst runtime.Object) error {
152 func (wh *Webhook) convertViaHub(src, dst conversion.Convertible) error {
176 func (wh *Webhook) getHub(obj runtime.Object) (conversion.Hub, error) {
204 func (wh *Webhook) allocateDstObject(apiVersion, kind string) (runtime.Object, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/webhook/conversion/
H A Dconversion.go43 type Webhook struct { struct
44 scheme *runtime.Scheme
45 decoder *Decoder
49 func (wh *Webhook) InjectScheme(s *runtime.Scheme) error {
63 func (wh *Webhook) ServeHTTP(w http.ResponseWriter, r *http.Request) {
92 …(wh *Webhook) handleConvertRequest(req *apix.ConversionRequest) (*apix.ConversionResponse, error) {
125 func (wh *Webhook) convertObject(src, dst runtime.Object) error {
152 func (wh *Webhook) convertViaHub(src, dst conversion.Convertible) error {
176 func (wh *Webhook) getHub(obj runtime.Object) (conversion.Hub, error) {
204 func (wh *Webhook) allocateDstObject(apiVersion, kind string) (runtime.Object, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/webhook/admission/
H A Dwebhook.go113 type Webhook struct { struct
116 Handler Handler
119 decoder *Decoder
121 log logr.Logger
125 func (w *Webhook) InjectLogger(l logr.Logger) error {
134 func (w *Webhook) Handle(ctx context.Context, req Request) Response {
145 func (w *Webhook) InjectScheme(s *runtime.Scheme) error {
167 func (w *Webhook) GetDecoder() *Decoder {
172 func (w *Webhook) InjectFunc(f inject.Func) error {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/webhook/admission/
H A Dwebhook.go113 type Webhook struct { struct
116 Handler Handler
119 decoder *Decoder
121 log logr.Logger
125 func (w *Webhook) InjectLogger(l logr.Logger) error {
134 func (w *Webhook) Handle(ctx context.Context, req Request) Response {
145 func (w *Webhook) InjectScheme(s *runtime.Scheme) error {
167 func (w *Webhook) GetDecoder() *Decoder {
172 func (w *Webhook) InjectFunc(f inject.Func) error {
/dports/sysutils/istio/istio-1.6.7/pkg/kube/inject/
H A Dwebhook.go67 type Webhook struct { struct
75 healthCheckFile string
77 server *http.Server
78 meshFile string
79 configFile string
80 valuesFile string
82 certFile string
83 keyFile string
84 cert *tls.Certificate
85 mon *monitor
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/
H A Dwebhook.go20 type Webhook struct { struct
21 client *Client
22 ID string `json:"id,omitempty"`
23 IDModel string `json:"idModel"`
24 Description string `json:"description"`
25 CallbackURL string `json:"callbackURL"`
26 Active bool `json:"active"`
54 func (c *Client) CreateWebhook(webhook *Webhook) error {
65 func (w *Webhook) Delete(args Arguments) error {
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb_parts/r/
H A Dnonflushing_analyze_debug.result22 3
23 4
24 DROP TABLE t1;
25 CREATE TABLE t2 (a INT PRIMARY KEY) ENGINE=TokuDB
27 SUBPARTITION BY HASH (A)
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/subscription/
H A Dstruct_webhook.go19 type Webhook struct { struct
20 Name string `json:"Name" xml:"Name"`
21 ServerUrl string `json:"ServerUrl" xml:"ServerUrl"`
22 WebhookId int64 `json:"WebhookId" xml:"WebhookId"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/lunny/dingtalk_webhook/
H A Dwebhook.go148 type Webhook struct { struct
149 accessToken string
162 func (w *Webhook) SendPayload(payload *Payload) error {
195 func (w *Webhook) SendTextMsg(content string, isAtAll bool, mobiles ...string) error {
214 func (w *Webhook) SendLinkMsg(title, content, picURL, msgURL string) error {
262 func (w *Webhook) SendMarkdownMsg(title, content string, isAtAll bool, mobiles ...string) error {
283 …leActionCardMsg(title, content, linkTitle, linkURL string, hideAvatar, btnOrientation bool) error {
307 …dMsg(title, content string, linkTitles, linkURLs []string, hideAvatar, btnOrientation bool) error {
352 func (w *Webhook) SendLinkCardMsg(msgs []LinkMsg) error {
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go52 type Webhook struct { struct
53 state protoimpl.MessageState
54 sizeCache protoimpl.SizeCache
55 unknownFields protoimpl.UnknownFields
67 func (x *Webhook) Reset() {
76 func (x *Webhook) String() string {
80 func (*Webhook) ProtoMessage() {}
82 func (x *Webhook) ProtoReflect() protoreflect.Message {
95 func (*Webhook) Descriptor() ([]byte, []int) {
99 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go47 type Webhook struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
62 func (x *Webhook) Reset() {
71 func (x *Webhook) String() string {
75 func (*Webhook) ProtoMessage() {}
77 func (x *Webhook) ProtoReflect() protoreflect.Message {
90 func (*Webhook) Descriptor() ([]byte, []int) {
94 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/
H A Dwebhook.pb.go52 type Webhook struct { struct
53 state protoimpl.MessageState
54 sizeCache protoimpl.SizeCache
55 unknownFields protoimpl.UnknownFields
67 func (x *Webhook) Reset() {
76 func (x *Webhook) String() string {
80 func (*Webhook) ProtoMessage() {}
82 func (x *Webhook) ProtoReflect() protoreflect.Message {
95 func (*Webhook) Descriptor() ([]byte, []int) {
99 func (x *Webhook) GetHandlers() []*Webhook_Handler {
[all …]

12345678910>>...46