build.v1.webHookTrigger
"WebHookTrigger is a trigger that gets invoked using a webhook type of post"
Index
Fields
fn withAllowEnv
withAllowEnv(allowEnv)
"allowEnv determines whether the webhook can set environment variables; can only be set to true for GenericWebHook."
fn withSecret
withSecret(secret)
"secret used to validate requests. Deprecated: use SecretReference instead."
obj secretReference
"SecretLocalReference contains information that points to the local secret being used"
fn secretReference.withName
withName(name)
"Name is the name of the resource in the same namespace being referenced"